@@ -4,6 +4,9 @@ |
||
| 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 | /** |
@@ -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 | { |