D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
vendor
/
phpunit
/
phpunit
/
tests
/
_files
/
Filename :
CoverageClassExtendedTest.php
back
Copy
<?php class CoverageClassExtendedTest extends PHPUnit_Framework_TestCase { /** * @covers CoveredClass<extended> */ public function testSomething() { $o = new CoveredClass; $o->publicMethod(); } }