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