@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Cake\ORM\TableRegistry; |
6 | 6 | use Cake\TestSuite\IntegrationTestCase; |
7 | -use Cake\Network\Exception\NotFoundException; |
|
8 | 7 | |
9 | 8 | class ReportsControllerTest extends IntegrationTestCase |
10 | 9 | { |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use Cake\Core\Configure; |
16 | 16 | use Cake\Core\Exception\MissingPluginException; |
17 | 17 | use Cake\Core\Plugin; |
18 | -use Symfony\Component\Console\Application; |
|
19 | 18 | |
20 | 19 | /** |
21 | 20 | * Additional bootstrapping and configuration for CLI environments should |