public function UrlGeneratorTest::testGetRelativePath

@dataProvider provideRelativePaths

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php, line 505

Class

UrlGeneratorTest

Namespace

Symfony\Component\Routing\Tests\Generator

Code

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