| Current Path : /var/www/html/helpdesk/vendor/phpunit/phpunit/tests/_files/ |
| Current File : /var/www/html/helpdesk/vendor/phpunit/phpunit/tests/_files/Success.php |
<?php
use PHPUnit\Framework\TestCase;
class Success extends TestCase
{
protected function runTest()
{
$this->assertTrue(true);
}
}