Completed
Push — master ( e849e1...59f97c )
by Hannes
01:50
created
features/bootstrap/FeatureContext.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,10 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Behat\Behat\Tester\Exception\PendingException;
4 3
 use Behat\Behat\Context\Context;
5 4
 use Behat\Behat\Context\SnippetAcceptingContext;
6 5
 use Behat\Gherkin\Node\PyStringNode;
7
-use Behat\Gherkin\Node\TableNode;
8 6
 
9 7
 /**
10 8
  * Defines application features from the specific context.
Please login to merge, or discard this patch.