@@ -3,19 +3,13 @@ |
||
3 | 3 | |
4 | 4 | namespace PhpSchool\LearnYouPhpTest\Exercise; |
5 | 5 | |
6 | -use Faker\Factory; |
|
7 | -use Faker\Generator; |
|
8 | -use Hoa\Core\Exception\Exception; |
|
9 | 6 | use Hoa\Socket\Client; |
10 | -use PhpSchool\LearnYouPhp\Exercise\ArrayWeGo; |
|
11 | 7 | use PhpSchool\LearnYouPhp\Exercise\TimeServer; |
12 | 8 | use PhpSchool\LearnYouPhp\TcpSocketFactory; |
13 | 9 | use PhpSchool\PhpWorkshop\Result\Failure; |
14 | 10 | use PhpSchool\PhpWorkshop\Result\StdOutFailure; |
15 | 11 | use PhpSchool\PhpWorkshop\Result\Success; |
16 | 12 | use PHPUnit_Framework_TestCase; |
17 | -use PhpSchool\LearnYouPhp\Exercise\MyFirstIo; |
|
18 | -use Symfony\Component\Filesystem\Filesystem; |
|
19 | 13 | |
20 | 14 | /** |
21 | 15 | * Class TimeServerTest |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use PhpParser\ParserFactory; |
8 | 8 | use PhpSchool\LearnYouPhp\Exercise\ConcernedAboutSeparation; |
9 | 9 | use PhpSchool\PhpWorkshop\Result\Failure; |
10 | -use PhpSchool\PhpWorkshop\Result\FailureInterface; |
|
11 | 10 | use PhpSchool\PhpWorkshop\Result\Success; |
12 | 11 | use PhpSchool\PhpWorkshop\Solution\SolutionInterface; |
13 | 12 | use PHPUnit_Framework_TestCase; |
@@ -10,8 +10,6 @@ |
||
10 | 10 | use PhpSchool\PhpWorkshop\Exercise\ExerciseType; |
11 | 11 | use PhpSchool\PhpWorkshop\Exercise\TemporaryDirectoryTrait; |
12 | 12 | use PhpSchool\PhpWorkshop\ExerciseCheck\SelfCheck; |
13 | -use PhpSchool\PhpWorkshop\ExerciseCheck\StdOutExerciseCheck; |
|
14 | -use PhpSchool\PhpWorkshop\ExerciseDispatcher; |
|
15 | 13 | use PhpSchool\PhpWorkshop\Result\Failure; |
16 | 14 | use PhpSchool\PhpWorkshop\Result\ResultInterface; |
17 | 15 | use PhpSchool\PhpWorkshop\Result\Success; |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use PhpSchool\PhpWorkshop\Exercise\CgiExercise; |
9 | 9 | use PhpSchool\PhpWorkshop\Exercise\ExerciseInterface; |
10 | 10 | use PhpSchool\PhpWorkshop\Exercise\ExerciseType; |
11 | -use PhpSchool\PhpWorkshop\ExerciseCheck\CgiOutputExerciseCheck; |
|
12 | 11 | use PhpSchool\PhpWorkshop\ExerciseCheck\ComposerExerciseCheck; |
13 | 12 | use PhpSchool\PhpWorkshop\ExerciseDispatcher; |
14 | 13 | use PhpSchool\PhpWorkshop\Solution\DirectorySolution; |
@@ -10,7 +10,6 @@ |
||
10 | 10 | use PhpSchool\PhpWorkshop\Exercise\ExerciseType; |
11 | 11 | use PhpSchool\PhpWorkshop\Exercise\TemporaryDirectoryTrait; |
12 | 12 | use PhpSchool\PhpWorkshop\ExerciseCheck\FunctionRequirementsExerciseCheck; |
13 | -use PhpSchool\PhpWorkshop\ExerciseCheck\StdOutExerciseCheck; |
|
14 | 13 | use PhpSchool\PhpWorkshop\ExerciseDispatcher; |
15 | 14 | use Symfony\Component\Filesystem\Filesystem; |
16 | 15 |
@@ -10,7 +10,6 @@ |
||
10 | 10 | use PhpSchool\PhpWorkshop\Exercise\ExerciseType; |
11 | 11 | use PhpSchool\PhpWorkshop\Exercise\TemporaryDirectoryTrait; |
12 | 12 | use PhpSchool\PhpWorkshop\ExerciseCheck\FunctionRequirementsExerciseCheck; |
13 | -use PhpSchool\PhpWorkshop\ExerciseCheck\StdOutExerciseCheck; |
|
14 | 13 | use PhpSchool\PhpWorkshop\ExerciseDispatcher; |
15 | 14 | use Symfony\Component\Filesystem\Filesystem; |
16 | 15 |
@@ -10,7 +10,6 @@ |
||
10 | 10 | use PhpSchool\PhpWorkshop\Exercise\ExerciseType; |
11 | 11 | use PhpSchool\PhpWorkshop\Exercise\TemporaryDirectoryTrait; |
12 | 12 | use PhpSchool\PhpWorkshop\ExerciseCheck\FunctionRequirementsExerciseCheck; |
13 | -use PhpSchool\PhpWorkshop\ExerciseCheck\StdOutExerciseCheck; |
|
14 | 13 | use PhpSchool\PhpWorkshop\ExerciseDispatcher; |
15 | 14 | use Symfony\Component\Filesystem\Filesystem; |
16 | 15 |