%PDF- %PDF-
Direktori : /var/www/html/digiprint/vendor/phpunit/phpunit/tests/_files/ |
Current File : /var/www/html/digiprint/vendor/phpunit/phpunit/tests/_files/NamespaceCoverageNotPrivateTest.php |
<?php class NamespaceCoverageNotPrivateTest extends PHPUnit_Framework_TestCase { /** * @covers Foo\CoveredClass::<!private> */ public function testSomething() { $o = new Foo\CoveredClass; $o->publicMethod(); } }