This repository was archived by the owner on Jan 29, 2020. It is now read-only.
zend-test 3.0.2
·
161 commits
to master
since this release
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #33 fixes
queryContentRegexAssertion()(used byassertQueryContentRegex()andassertXpathQueryContentRegex()) properly checks all matching nodes for content matching the regular expression, instead of only the first. The prevents false negative assertions from occuring. - #21 updates the
sebastian/versiondependency to also allow v2.0 releases. - #31 fixes an issue with the
AbstractControllerTestCasewhen used to test a console request. Previously, routes with multiple literal flags were never matched; they now are.