*/ public function testPublicMethod() { $o = new CoveredClass; $o->publicMethod(); } }