Completed
Pull Request — master (#57)
by Aydin
05:37
created
test/Exercise/TimeServerTest.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -4,13 +4,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.