8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e64d36 commit 71b6227Copy full SHA for 71b6227
src/Symfony/Bundle/FrameworkBundle/Tests/Routing/RedirectableUrlMatcherTest.php
@@ -47,15 +47,9 @@ public function testSchemeRedirect()
47
$matcher = new RedirectableUrlMatcher($coll, $context = new RequestContext());
48
49
$this->assertEquals(array(
50
- '_controller' => 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController::urlRedirectAction',
51
- 'path' => '/foo',
52
- 'permanent' => true,
53
- 'scheme' => 'https',
54
- 'httpPort' => $context->getHttpPort(),
55
- 'httpsPort' => $context->getHttpsPort(),
56
- '_route' => 'foo',
+ '_route' => 'foo',
57
),
58
$matcher->match('/foo')
59
);
60
}
61
-}
+}
0 commit comments