Mink
Mink copied to clipboard
Add new function WebAssert::responseContainsCount
Could probably be done with WebAssert::elementsCount or a regexp (depending on the exact needs), but not as easily or as good of performance.
case sensitivity is not consistent with responseContains
@stof Updated to be case insensitive, thanks.