8000 fixed a test · sadiqmmm/symfony@71b6227 · GitHub
[go: up one dir, main page]

Skip to content

Commit 71b6227

Browse files
committed
fixed a test
1 parent 3e64d36 commit 71b6227

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Routing/RedirectableUrlMatcherTest.php

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,9 @@ public function testSchemeRedirect()
4747
$matcher = new RedirectableUrlMatcher($coll, $context = new RequestContext());
4848

4949
$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',
50+
'_route' => 'foo',
5751
),
5852
$matcher->match('/foo')
5953
);
6054
}
61-
}
55+
}

0 commit comments

Comments
 (0)
0