Completed
Pull Request — v2 (#14)
by Thierry
04:31
created
features/bootstrap/FeatureContext.php 1 patch
Unused Use Statements   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Behat\Behat\Context\ClosuredContextInterface,
4
-    Behat\Behat\Context\TranslatedContextInterface,
5
-    Behat\Behat\Context\BehatContext,
6
-    Behat\Behat\Exception\PendingException;
7
-use Behat\Gherkin\Node\PyStringNode,
8
-    Behat\Gherkin\Node\TableNode;
3
+use Behat\Behat\Context\BehatContext;
4
+use Behat\Behat\Exception\PendingException;
5
+use Behat\Gherkin\Node\PyStringNode;
9 6
 
10 7
 require __DIR__ . "/../../vendor/autoload.php";
11 8
 
Please login to merge, or discard this patch.