public function CoverageMethodOneLineAnnotationTest::testSomething in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/phpunit/phpunit/tests/_files/CoverageMethodOneLineAnnotationTest.php \CoverageMethodOneLineAnnotationTest::testSomething()
- 8.0 vendor/phpunit/php-code-coverage/tests/_files/CoverageMethodOneLineAnnotationTest.php \CoverageMethodOneLineAnnotationTest::testSomething()
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/tests/_files/CoverageMethodOneLineAnnotationTest.php \CoverageMethodOneLineAnnotationTest::testSomething()
- 8 vendor/phpunit/php-code-coverage/tests/_files/CoverageMethodOneLineAnnotationTest.php \CoverageMethodOneLineAnnotationTest::testSomething()
@covers CoveredClass::publicMethod
File
- vendor/
phpunit/ php-code-coverage/ tests/ _files/ CoverageMethodOneLineAnnotationTest.php, line 6
Class
Code
public function testSomething() {
$o = new CoveredClass();
$o
->publicMethod();
}