@dataProvider provideRelativePaths
public function testGetRelativePath($sourcePath, $targetPath, $expectedPath) { $this ->assertSame($expectedPath, UrlGenerator::getRelativePath($sourcePath, $targetPath)); }