isRoot() public method

public isRoot ( string $path ) : boolean
$path string
return boolean
 public function testPathIsNotShopwareRoot()
 {
     $return = $this->SUT->isRoot('/home/not_shopware');
     $this->assertFalse($return);
 }