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