Skip to content

Commit c6ee3ea

Browse files
[Routing] fix typo
1 parent b8d16af commit c6ee3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Matcher/RedirectableUrlMatcherTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function testSchemeRedirectRedirectsToFirstScheme()
5656
$matcher->match('/foo');
5757
}
5858

59-
public function testNoSchemaRedirectIfOnOfMultipleSchemesMatches()
59+
public function testNoSchemaRedirectIfOneOfMultipleSchemesMatches()
6060
{
6161
$coll = new RouteCollection();
6262
$coll->add('foo', new Route('/foo', array(), array(), array(), '', array('https', 'http')));

0 commit comments

Comments
 (0)