<?phpclass CoverageNamespacedFunctionTest extends PHPUnit_Framework_TestCase{ /** * @covers foofunc() */ public function testFunc() { foofunc(); }}