Current File : /home/itiffy/public_html/vendor/phpunit/phpunit/tests/_files/InheritedTestCase.php
<?php
class InheritedTestCase extends OneTestCase
{
    public function test2()
    {
    }
}