This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Tags: zendframework/zend-test
Tags
zend-test 3.2.2 Added ----- - [#75](#75) adds support for PHP 7.3. Changed ------- - Nothing. Deprecated ---------- - Nothing. Removed ------- - Nothing. Fixed ----- - [#74](#74) reverts changes introduced in version 3.2.1 to how superglobals are reset between tests, primarily by fixing the root problem -- base URL detection -- by requiring a zend-http version that fixes that detection.
zend-test 3.1.1 Added ----- - Nothing. Deprecated ---------- - Nothing. Removed ------- - Nothing. Fixed ----- - [#55](#55) Fixes compatibility with PHPUnit 5.7.23 where empty expected exception message no longer means message is not checked. - [#49](#49) Fixes missing alias for compatibility with PHPUnit <6.0
zend-test 3.0.2 Added ----- - Nothing. Deprecated ---------- - Nothing. Removed ------- - Nothing. Fixed ----- - [#33](#33) fixes `queryContentRegexAssertion()` (used by `assertQueryContentRegex()` and `assertXpathQueryContentRegex()`) properly checks all matching nodes for content matching the regular expression, instead of only the first. The prevents false negative assertions from occuring. - [#21](#21) updates the `sebastian/version` dependency to also allow v2.0 releases. - [#31](#31) fixes an issue with the `AbstractControllerTestCase` when used to test a console request. Previously, routes with multiple literal flags were never matched; they now are.
PreviousNext