[Routing] fixed namespace of test classes

This commit is contained in:
Tobias Schultze 2012-05-22 02:35:07 +02:00
parent 53aaf76ad0
commit d81fdfe823

View File

@ -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;