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

zend-test 2.5.3

Compare
Choose a tag to compare
@weierophinney weierophinney released this 01 Mar 20:31
· 255 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #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 the AbstractControllerTestCase to prevent rewriting the $_SESSION superglobal if it has not previously been enabled.