| Current Path : /home/rtorresani/www/vendor/codeception/codeception/src/PHPUnit/Wrapper/PhpUnit9/ |
| Current File : //home/rtorresani/www/vendor/codeception/codeception/src/PHPUnit/Wrapper/PhpUnit9/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(?TestResult $result = null): TestResult
{
// does nothing
}
}