Current File : /home/itiffy/public_html/vendor/phpunit/phpunit/tests/_files/Success.php
<?php
use PHPUnit\Framework\TestCase;

class Success extends TestCase
{
    protected function runTest()
    {
        $this->assertTrue(true);
    }
}