From ed089f4b5fa072c9298bd1a2bffae97da4a2616c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 2 May 2014 22:52:20 +0200 Subject: [PATCH] [ticket/12480] Remove unused use statements PHPBB3-12480 --- tests/controller/controller_test.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/controller/controller_test.php b/tests/controller/controller_test.php index 998730589b..7d9fe652eb 100644 --- a/tests/controller/controller_test.php +++ b/tests/controller/controller_test.php @@ -8,8 +8,6 @@ */ use Symfony\Component\HttpFoundation\Request; -use Symfony\Component\Routing\Route; -use Symfony\Component\Routing\RouteCollection; use Symfony\Component\Config\FileLocator; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;