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