Current File : /home/itiffy/public_html/vendor/phpunit/phpunit/tests/Regression/GitHub/2448/Test.php
<?php
class Test extends PHPUnit\Framework\TestCase
{
    public function testOne()
    {
        $this->assertTrue(true);
    }
}