Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

zend-test 3.0.2

Compare
Choose a tag to compare
@weierophinney weierophinney released this 06 Sep 16:38
· 161 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #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 updates the sebastian/version dependency to also allow v2.0 releases.
  • #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.