Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/rector/rector/stubs-rector/PHPUnit/Framework/
Upload File :
Current File : //home/rtorresani/www/vendor/rector/rector/stubs-rector/PHPUnit/Framework/TestCase.php

<?php

declare(strict_types=1);

namespace PHPUnit\Framework;

if (! class_exists('PHPUnit\Framework\TestCase')) {
    abstract class TestCase
    {
    }
}