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

    protected function testNotPublic()
    {
    }
}