diff options
Diffstat (limited to 'tests/lib/appframework/routing/RoutingTest.php')
-rw-r--r-- | tests/lib/appframework/routing/RoutingTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/appframework/routing/RoutingTest.php b/tests/lib/appframework/routing/RoutingTest.php index b063ef32835..3ceab1aac48 100644 --- a/tests/lib/appframework/routing/RoutingTest.php +++ b/tests/lib/appframework/routing/RoutingTest.php @@ -3,8 +3,6 @@ namespace OC\AppFramework\Routing; use OC\AppFramework\DependencyInjection\DIContainer; -use OC\AppFramework\routing\RouteConfig; - class RoutingTest extends \Test\TestCase { |