Ejemplo n.º 1
0
 /**
  * @dataProvider provideAbsolutePathsWithDifferentRoots
  * @expectedException \InvalidArgumentException
  */
 public function testMakeRelativeFailsIfDifferentRoot($absolutePath, $basePath)
 {
     Path::makeRelative($absolutePath, $basePath);
 }