All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #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.
- Nothing.
- Nothing.
- Nothing.
- #26 fixes how
$traceErrorsworks under PHP 7 and PHPUnit 5. Any zend-test-specific assertion failures now append a list of all exception messages to the base message when the flag is enabled.
- This release adds support for zend-mvc v3.
- Nothing.
- This release removes support for PHP versions
< 5.6. - This release removes support for zend-mvc v2.
- Nothing.
- #22 adds and publishes the documentation to https://zendframework.github.io/zend-test/
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #20 updates the zend-mvc requirement to 2.7.1, ensuring deprecation notices will not occur in the majority of circumstances.
- Nothing.
- Nothing.
- Nothing.
- #19 updates the
code to be forwards compatible with:
- zend-eventmanager v3
- zend-servicemanager v3
- zend-stdlib v3
- zend-mvc v2.7
- Nothing.
- Nothing.
- Nothing.
- #6 updates the
AbstractControllerTestCaseto mark a test as failed if no route match occurs in a number of assertions that require a route match. - #7 modifies the
reset()method of theAbstractControllerTestCaseto prevent rewriting the$_SESSIONsuperglobal if it has not previously been enabled.
- #4 PHPUnit v5 Support.
- Nothing.
- Nothing.
- Nothing.