/** * @dataProvider provideAbsolutePathsWithDifferentRoots * @expectedException \InvalidArgumentException */ public function testMakeRelativeFailsIfDifferentRoot($absolutePath, $basePath) { Path::makeRelative($absolutePath, $basePath); }