@@ -4,13 +4,8 @@ discard block |
||
| 4 | 4 | namespace PhpSchool\LearnYouPhpTest\Exercise; |
| 5 | 5 | |
| 6 | 6 | use Colors\Color; |
| 7 | -use Faker\Factory; |
|
| 8 | -use Faker\Generator; |
|
| 9 | -use Hoa\Core\Exception\Exception; |
|
| 10 | 7 | use Hoa\Socket\Client; |
| 11 | 8 | use PhpSchool\CliMenu\Terminal\TerminalInterface; |
| 12 | -use PhpSchool\CliMenu\Terminal\UnixTerminal; |
|
| 13 | -use PhpSchool\LearnYouPhp\Exercise\ArrayWeGo; |
|
| 14 | 9 | use PhpSchool\LearnYouPhp\Exercise\TimeServer; |
| 15 | 10 | use PhpSchool\LearnYouPhp\TcpSocketFactory; |
| 16 | 11 | use PhpSchool\PhpWorkshop\Check\CheckRepository; |
@@ -25,8 +20,6 @@ discard block |
||
| 25 | 20 | use PhpSchool\PhpWorkshop\ResultAggregator; |
| 26 | 21 | use PhpSchool\PhpWorkshop\Solution\SolutionInterface; |
| 27 | 22 | use PHPUnit_Framework_TestCase; |
| 28 | -use PhpSchool\LearnYouPhp\Exercise\MyFirstIo; |
|
| 29 | -use Symfony\Component\Filesystem\Filesystem; |
|
| 30 | 23 | |
| 31 | 24 | /** |
| 32 | 25 | * Class TimeServerTest |