Viewing File: /usr/local/cpanel/3rdparty/wpinstaller/vendor/phpunit/phpunit/tests/_files/NotPublicTestCase.php

<?php
use PHPUnit\Framework\TestCase;

class NotPublicTestCase extends TestCase
{
    public function testPublic()
    {
    }

    protected function testNotPublic()
    {
    }
}
Back to Directory File Manager