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 b8d16af commit c6ee3eaCopy full SHA for c6ee3ea
Tests/Matcher/RedirectableUrlMatcherTest.php
@@ -56,7 +56,7 @@ public function testSchemeRedirectRedirectsToFirstScheme()
56
$matcher->match('/foo');
57
}
58
59
- public function testNoSchemaRedirectIfOnOfMultipleSchemesMatches()
+ public function testNoSchemaRedirectIfOneOfMultipleSchemesMatches()
60
{
61
$coll = new RouteCollection();
62
$coll->add('foo', new Route('/foo', array(), array(), array(), '', array('https', 'http')));
0 commit comments