public function testGetReturnsValueSet()
 {
     $path = 'foo';
     $configuration = new Configuration();
     $this->assertEquals($path, $configuration->setNodePath($path)->getNodePath());
 }