@@ -10,8 +10,6 @@ |
||
10 | 10 | |
11 | 11 | namespace Humbug\Command; |
12 | 12 | |
13 | -use Humbug\Exception\FilesystemException; |
|
14 | -use Humbug\Console\Application; |
|
15 | 13 | use Symfony\Component\Console\Command\Command; |
16 | 14 | use Symfony\Component\Console\Input\InputInterface; |
17 | 15 | use Symfony\Component\Console\Input\InputOption; |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use Humbug\File\Collector as FileCollector; |
15 | 15 | use Humbug\File\Collection as FileCollection; |
16 | 16 | use Humbug\TestSuite\Mutant\Collector as ResultCollector; |
17 | -use Humbug\Adapter\AdapterAbstract; |
|
18 | 17 | use Humbug\Utility\CoverageData; |
19 | 18 | use Humbug\Exception\RuntimeException; |
20 | 19 |