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.
- #26 fixes how
$traceErrors
works 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
AbstractControllerTestCase
to 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 theAbstractControllerTestCase
to prevent rewriting the$_SESSION
superglobal if it has not previously been enabled.
- #4 PHPUnit v5 Support.
- Nothing.
- Nothing.
- Nothing.