public function testPath()
 {
     $this->object->setPath('/test');
     $this->assertEquals('/test', $this->object->getPath());
 }