From ab2fe5a05e865a71d8a63d2ec0dead15672670a4 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Sun, 23 Feb 2020 19:21:05 -0700 Subject: [PATCH] Removed unused imports from AppManagerTest --- tests/Bootstrap/AppManangerTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Bootstrap/AppManangerTest.php b/tests/Bootstrap/AppManangerTest.php index 279e38b..75c8523 100644 --- a/tests/Bootstrap/AppManangerTest.php +++ b/tests/Bootstrap/AppManangerTest.php @@ -3,11 +3,9 @@ namespace Tests\Bootstrap; use App\Bootstrap\AppManager; -use App\Middlewares; use App\Providers; use DI\Container; use Invoker\CallableResolver; -use Middlewares as HttpMiddlewares; use Slim\App; use Tests\TestCase;