minor #17174 [Routing] removed unused variable in PhpMatcherDumperTest class. (hhamon)

This PR was merged into the 2.3 branch.

Discussion
----------

[Routing] removed unused variable in PhpMatcherDumperTest class.

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | ~
| License       | MIT
| Doc PR        | ~

Commits
-------

26d31eb [Routing] removed unused variable in PhpMatcherDumperTest class.
This commit is contained in:
Fabien Potencier 2015-12-29 19:41:07 +01:00
commit 06eec9d39f

View File

@ -167,8 +167,6 @@ class PhpMatcherDumperTest extends \PHPUnit_Framework_TestCase
$route1 = new Route('/route1', array(), array(), array(), 'a.example.com');
$collection1->add('route1', $route1);
$collection2 = new RouteCollection();
$route2 = new Route('/c2/route2', array(), array(), array(), 'a.example.com');
$collection1->add('route2', $route2);