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