Skip to content

Commit 26d31eb

Browse files
author
Hugo Hamon
committed
[Routing] removed unused variable in PhpMatcherDumperTest class.
1 parent a89fe42 commit 26d31eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ public function getRouteCollections()
167167
$route1 = new Route('/route1', array(), array(), array(), 'a.example.com');
168168
$collection1->add('route1', $route1);
169169

170-
$collection2 = new RouteCollection();
171-
172170
$route2 = new Route('/c2/route2', array(), array(), array(), 'a.example.com');
173171
$collection1->add('route2', $route2);
174172

0 commit comments

Comments
 (0)