/**
  * @test
  */
 public function hasConfigurationReturnsFalseIfSpecifiedConfigurationPathDoesNotExist()
 {
     $nodeType = new NodeType('TYPO3.TYPO3CR:Base', array(), array());
     $this->assertFalse($nodeType->hasConfiguration('some.nonExisting.path'));
 }