@covers Foo\CoveredClass::publicMethod
public function testSomething() { $o = new Foo\CoveredClass(); $o ->publicMethod(); }