Passed
Branch master (c65b3c)
by Jan
05:40 queued 01:37
created
tests/Functional/AbstractTestCase.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -13,6 +13,9 @@
 block discarded – undo
13 13
 abstract class AbstractTestCase extends \PHPUnit_Framework_TestCase
14 14
 {
15 15
 
16
+    /**
17
+     * @param string $requestData
18
+     */
16 19
     public function runApp($requestData = null, array $values, $command)
17 20
     {
18 21
         // Create a mock environment for testing with
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Tests\Functional;
4 4
 
5 5
 use App\Executor;
6
-use App\Handler;
7 6
 use Interop\Container\ContainerInterface;
8 7
 use Slim\App;
9 8
 use Slim\Http\Request;
Please login to merge, or discard this patch.