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