/
home
/
sjslayjy
/
public_html
/
scm
/
vendor
/
phpunit
/
php-code-coverage
/
tests
/
_files
/
Upload File
HOME
<?php use PHPUnit\Framework\TestCase; class NamespaceCoverageClassTest extends TestCase { /** * @covers Foo\CoveredClass */ public function testSomething() { $o = new Foo\CoveredClass; $o->publicMethod(); } }