Completed
Pull Request — master (#754)
by Julius
02:38
created
tests/features/bootstrap/FeatureContext.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 require __DIR__ . '/../../vendor/autoload.php';
3 3
 
4 4
 use Behat\Behat\Context\Context;
5
-use Behat\Gherkin\Node\PyStringNode;
6
-use Behat\Gherkin\Node\TableNode;
7 5
 use GuzzleHttp\Client;
8 6
 use GuzzleHttp\Psr7\Response;
9 7
 use Sabre\DAV\Client as SabreClient;
Please login to merge, or discard this patch.
tests/features/bootstrap/UserTrait.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,6 @@
 block discarded – undo
22 22
  */
23 23
 
24 24
 use GuzzleHttp\Client;
25
-use GuzzleHttp\Cookie\CookieJar;
26
-use GuzzleHttp\Message\ResponseInterface;
27 25
 
28 26
 trait UserTrait {
29 27
 
Please login to merge, or discard this patch.