public function testCanInfereRootPath()
 {
     $configuration = new DefaultConfiguration();
     $this->assertEquals(realpath(__DIR__ . '/../..'), $configuration->getRootPath());
 }