@@ -6,8 +6,6 @@ |
||
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 |
@@ -194,6 +194,7 @@ |
||
194 | 194 | |
195 | 195 | /** |
196 | 196 | * @Then the JSON path expression :pathExpression should be equal to json :expectedJson |
197 | + * @param string $expectedJson |
|
197 | 198 | */ |
198 | 199 | public function theJsonPathExpressionShouldBeEqualToJson($pathExpression, $expectedJson) |
199 | 200 | { |