@@ -2,10 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace PHPChunkit; |
4 | 4 | |
5 | -use PHPChunkit\Configuration; |
|
6 | -use PHPChunkit\PHPChunkitApplication; |
|
7 | -use Symfony\Component\Console\Application; |
|
8 | - |
|
9 | 5 | /** |
10 | 6 | * @testClass PHPChunkit\Test\PHPChunkitTest |
11 | 7 | */ |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace PHPChunkit; |
4 | 4 | |
5 | -use PHP_Token_Stream; |
|
6 | - |
|
7 | 5 | /** |
8 | 6 | * @testClass PHPChunkit\Test\TestCounterTest |
9 | 7 | */ |
@@ -2,14 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace PHPChunkit; |
4 | 4 | |
5 | -use PHPUnit_Framework_TestCase; |
|
6 | 5 | use RuntimeException; |
7 | 6 | use Symfony\Component\Console\Application; |
8 | 7 | use Symfony\Component\Console\Input\ArrayInput; |
9 | 8 | use Symfony\Component\Console\Input\InputInterface; |
10 | 9 | use Symfony\Component\Console\Output\Output; |
11 | 10 | use Symfony\Component\Console\Output\OutputInterface; |
12 | -use Symfony\Component\Finder\Finder; |
|
13 | 11 | use Symfony\Component\Process\Process; |
14 | 12 | |
15 | 13 | /** |