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