Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/cartforge.co/vendor/rector/rector/stubs-rector/PHPUnit/Framework/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/corals/cartforge.co/vendor/rector/rector/stubs-rector/PHPUnit/Framework/TestCase.php
<?php

declare(strict_types=1);

namespace PHPUnit\Framework;

use PHPUnit\Event\NoPreviousThrowableException;
use PHPUnit\Framework\MockObject\MockObject;

if (! class_exists('PHPUnit\Framework\TestCase')) {
    abstract class TestCase
    {
        /**
         * @psalm-template RealInstanceType of object
         *
         * @psalm-param class-string<RealInstanceType> $originalClassName
         *
         * @psalm-return MockObject&RealInstanceType
         */
        protected function createMock(string $originalClassName): MockObject
        {
        }
    }
}

Spamworldpro Mini