[Routing] fix typo

This commit is contained in:
Nicolas Grekas 2018-02-28 10:29:53 +01:00
parent 87bbe5ef5f
commit c794fa821b
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class RedirectableUrlMatcherTest extends UrlMatcherTest
$matcher->match('/foo');
}
public function testNoSchemaRedirectIfOnOfMultipleSchemesMatches()
public function testNoSchemaRedirectIfOneOfMultipleSchemesMatches()
{
$coll = new RouteCollection();
$coll->add('foo', new Route('/foo', array(), array(), array(), '', array('https', 'http')));