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