Completed
Push — master ( 5c9356...bc882c )
by Christian
02:59
created
src/Controller/SelfTestController.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -22,16 +22,16 @@
 block discarded – undo
22 22
 
23 23
 use Nelmio\ApiDocBundle\Annotation\ApiDoc;
24 24
 use Symfony\Component\HttpFoundation\JsonResponse;
25
-use Tenside\Core\SelfTest\Cli\SelfTestCliCanFork;
26
-use Tenside\Core\SelfTest\Cli\SelfTestCliOsChecks;
27
-use Tenside\Core\SelfTest\Php\SelfTestEnvPopulated;
28 25
 use Tenside\CoreBundle\Annotation\ApiDescription;
29 26
 use Tenside\Core\SelfTest\Cli\SelfTestCanSpawnProcesses;
30 27
 use Tenside\Core\SelfTest\Cli\SelfTestCliArguments;
28
+use Tenside\Core\SelfTest\Cli\SelfTestCliCanFork;
29
+use Tenside\Core\SelfTest\Cli\SelfTestCliOsChecks;
31 30
 use Tenside\Core\SelfTest\Cli\SelfTestCliRuntime;
32 31
 use Tenside\Core\SelfTest\Generic\SelfTestCalledViaHttps;
33 32
 use Tenside\Core\SelfTest\Generic\SelfTestFileOwnerMatches;
34 33
 use Tenside\Core\SelfTest\Php\SelfTestAllowUrlFopenEnabled;
34
+use Tenside\Core\SelfTest\Php\SelfTestEnvPopulated;
35 35
 use Tenside\Core\SelfTest\Php\SelfTestSuhosin;
36 36
 use Tenside\Core\SelfTest\SelfTest;
37 37
 
Please login to merge, or discard this patch.