From d81fdfe823c83afdd8e0ff802c6e108587d3e72b Mon Sep 17 00:00:00 2001 From: Tobias Schultze Date: Tue, 22 May 2012 02:35:07 +0200 Subject: [PATCH] [Routing] fixed namespace of test classes --- .../Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php b/src/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php index 7a3dabe4d0..e5a14a509d 100644 --- a/src/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php +++ b/src/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Routing\Tests\Generator\Dumper\PhpGeneratorDumper; +namespace Symfony\Component\Routing\Tests\Generator\Dumper; use Symfony\Component\Routing\RouteCollection; use Symfony\Component\Routing\Route;