Completed
Pull Request — master (#59)
by Timothée
03:52
created
src/ExpectationFailed.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -4,6 +4,9 @@
 block discarded – undo
4 4
 
5 5
 abstract class ExpectationFailed extends \Exception
6 6
 {
7
+    /**
8
+     * @return string
9
+     */
7 10
     abstract function getContextText();
8 11
 
9 12
     /**
Please login to merge, or discard this patch.
src/RestApiContext.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,6 @@
 block discarded – undo
6 6
 use Behat\Behat\Context\Context;
7 7
 use Behat\Behat\Context\SnippetAcceptingContext;
8 8
 use Behat\Gherkin\Node\PyStringNode;
9
-use Behat\Gherkin\Node\TableNode;
10
-use Psr\Http\Message\RequestInterface;
11 9
 use Psr\Http\Message\ResponseInterface;
12 10
 use Rezzza\RestApiBehatExtension\Rest\RestApiBrowser;
13 11
 
Please login to merge, or discard this patch.