File "NotPublicTestCase.php"

Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/phpunit/tests/_files/NotPublicTestCase.php
File size: 166 bytes
MIME-type: --
Charset: utf-8

<?php
class NotPublicTestCase extends PHPUnit_Framework_TestCase
{
    public function testPublic()
    {
    }

    protected function testNotPublic()
    {
    }
}