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

class OneTestCase extends TestCase
{
    public function noTestCase()
    {
    }

    public function testCase($arg = '')
    {
    }
}