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