Current File : /home/jvzmxxx/wiki1/vendor/phpunit/phpunit/tests/_files/OneTestCase.php
<?php
class OneTestCase extends PHPUnit_Framework_TestCase
{
    public function noTestCase()
    {
    }

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