[Routing] fix typo

This commit is contained in:
Nicolas Grekas 2018-02-28 10:29:53 +01:00
parent 87bbe5ef5f
commit c794fa821b

View File

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