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