public function RoutableFragmentRendererTest::testGenerateAbsoluteFragmentUri in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Tests/Fragment/RoutableFragmentRendererTest.php \Symfony\Component\HttpKernel\Tests\Fragment\RoutableFragmentRendererTest::testGenerateAbsoluteFragmentUri()
@dataProvider getGenerateFragmentUriData
File
- vendor/
symfony/ http-kernel/ Tests/ Fragment/ RoutableFragmentRendererTest.php, line 30
Class
Namespace
Symfony\Component\HttpKernel\Tests\FragmentCode
public function testGenerateAbsoluteFragmentUri($uri, $controller) {
$this
->assertEquals('http://localhost' . $uri, $this
->callGenerateFragmentUriMethod($controller, Request::create('/'), true));
}