CoveragePublicTest.php in Zircon Profile 8
Same filename in this branch
Same filename and directory in other branches
File
vendor/phpunit/phpunit/tests/_files/CoveragePublicTest.phpView source
<?php
class CoveragePublicTest extends PHPUnit_Framework_TestCase {
/**
* @covers CoveredClass::<public>
*/
public function testSomething() {
$o = new CoveredClass();
$o
->publicMethod();
}
}
Classes
Name | Description |
---|---|
CoveragePublicTest |