Ben

Results 1 issues of Ben

Please review pattern examples for [assertPageMatchesText](https://github.com/Behat/MinkExtension/blob/master/src/Behat/MinkExtension/Context/MinkContext.php#L314) & [assertPageNotMatchesText](https://github.com/Behat/MinkExtension/blob/master/src/Behat/MinkExtension/Context/MinkContext.php#L326) Currently the examples given do not match the patterns. Current: ``` /** * Checks, that page contains text matching specified pattern *...