Completed
Push — master ( 93f6e0...a7ea34 )
by Aydin
27:25 queued 18:55
created
test/Exercise/TimeServerTest.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -3,19 +3,13 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
test/Exercise/ConcernedAboutSeparationTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
solution/vendor/klein/klein/tests/Klein/Tests/KleinTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Klein\App;
16 16
 use Klein\DataCollection\RouteCollection;
17 17
 use Klein\Exceptions\DispatchHaltedException;
18
-use Klein\Exceptions\HttpException;
19 18
 use Klein\Exceptions\HttpExceptionInterface;
20 19
 use Klein\Klein;
21 20
 use Klein\Request;
Please login to merge, or discard this patch.
solution/vendor/klein/klein/tests/Klein/Tests/ResponseTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Klein\Klein;
19 19
 use Klein\Response;
20 20
 use Klein\ResponseCookie;
21
-use Klein\Tests\Mocks\MockRequestFactory;
22 21
 
23 22
 /**
24 23
  * ResponsesTest 
Please login to merge, or discard this patch.
solution/vendor/klein/klein/tests/Klein/Tests/RoutingTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,6 @@
 block discarded – undo
21 21
 use Klein\Response;
22 22
 use Klein\Route;
23 23
 use Klein\ServiceProvider;
24
-use Klein\Tests\Mocks\HeadersEcho;
25
-use Klein\Tests\Mocks\HeadersSave;
26 24
 use Klein\Tests\Mocks\MockRequestFactory;
27 25
 
28 26
 /**
Please login to merge, or discard this patch.