| @@ -13,6 +13,9 @@ | ||
| 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 | 
| @@ -3,7 +3,6 @@ | ||
| 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; |