Your IP : 216.73.216.176


Current Path : /home/rtorresani/www/vendor/codeception/codeception/src/PHPUnit/Wrapper/PhpUnit10/
Upload File :
Current File : //home/rtorresani/www/vendor/codeception/codeception/src/PHPUnit/Wrapper/PhpUnit10/Test.php

<?php

namespace Codeception\PHPUnit\Wrapper;

use PHPUnit\Framework\Test as PHPUnitTest;
use PHPUnit\Framework\TestResult;

abstract class Test implements PHPUnitTest
{
    public function run(): void
    {
        // does nothing
    }
}