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