Blame | Last modification | View Log | Download
<?phpclass NamespaceCoveragePrivateTest extends PHPUnit_Framework_TestCase{/*** @covers Foo\CoveredClass::<private>*/public function testSomething(){$o = new Foo\CoveredClass;$o->publicMethod();}}