/** * @return void * @covers \pdepend\reflection\api\StaticReflectionInterface * @group reflection * @group reflection::api * @group unittest */ public function testInNamespaceReturnsFalseForClassWithoutNamespace() { $interface = new StaticReflectionInterface('barBar', ''); $this->assertFalse($interface->inNamespace()); }