/**
  * @test
  */
 public function magicHasReturnsFalseIfPropertyDoesNotExist()
 {
     $baseType = new NodeType('Neos.ContentRepository:Base', array(), array());
     $this->assertFalse($baseType->hasFooKey());
 }