Inheritance: implements RootDetectorInterface
 public function testPathIsNotShopwareRoot()
 {
     $return = $this->SUT->isRoot('/home/not_shopware');
     $this->assertFalse($return);
 }