/
home
/
sjslayjy
/
public_html
/
tabson
/
vendor
/
phpunit
/
php-code-coverage
/
tests
/
_files
/
Upload File
HOME
<?php /** * @coversDefaultClass \NamespaceOne * @coversDefaultClass \AnotherDefault\Name\Space\Does\Not\Work */ class CoverageTwoDefaultClassAnnotations { /** * @covers Foo\CoveredClass::<public> */ public function testSomething() { $o = new Foo\CoveredClass; $o->publicMethod(); } }