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

Releases: zendframework/zend-test

zend-test 2.6.0

01 Mar 21:58
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #19 updates the code to be forwards compatible with:
    • zend-eventmanager v3
    • zend-servicemanager v3
    • zend-stdlib v3
    • zend-mvc v2.7

zend-test 2.5.3

01 Mar 20:31
Compare
Choose a tag to compare

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.

release-2.5.2

09 Dec 16:24
Compare
Choose a tag to compare

2.5.2 - 2015-12-09

Added

  • #4 PHPUnit v5 Support.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.