public function RequestTest::testGetRelativeUriForPath in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Tests/RequestTest.php \Symfony\Component\HttpFoundation\Tests\RequestTest::testGetRelativeUriForPath()
@dataProvider getRelativeUriForPathData()
File
- vendor/
symfony/ http-foundation/ Tests/ RequestTest.php, line 596
Class
Namespace
Symfony\Component\HttpFoundation\TestsCode
public function testGetRelativeUriForPath($expected, $pathinfo, $path) {
$this
->assertEquals($expected, Request::create($pathinfo)
->getRelativeUriForPath($path));
}