Completed
Pull Request — master (#13464)
by AD
30:27 queued 26:12
created
src/TestSuite/IntegrationTestTrait.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@  discard block
 block discarded – undo
15 15
 
16 16
 use Cake\Core\Configure;
17 17
 use Cake\Database\Exception as DatabaseException;
18
-use Cake\Http\ServerRequest;
19 18
 use Cake\Http\Session;
20 19
 use Cake\Routing\Router;
21 20
 use Cake\TestSuite\Constraint\Response\BodyContains;
@@ -55,7 +54,6 @@  discard block
 block discarded – undo
55 54
 use Cake\View\Helper\SecureFieldTokenTrait;
56 55
 use Exception;
57 56
 use LogicException;
58
-use PHPUnit\Exception as PhpunitException;
59 57
 use Zend\Diactoros\Uri;
60 58
 
61 59
 /**
Please login to merge, or discard this patch.