8000 Tags · zendframework/zend-test · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Tags: zendframework/zend-test

Tags

release-3.3.0

Toggle release-3.3.0's commit message
10000

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Xerkus Aleksei Khudiakov
zend-test 3.3.0

Added
-----

- [#76](#76) adds support for PhpUnit 8

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- Nothing.

release-3.2.2

Toggle release-3.2.2's commit message
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.

release-3.2.1

Toggle release-3.2.1's commit message
zend-test 3.2.1

Added
-----

- Nothing.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#70](#70) fixes a memory leak in controller test cases.

- [#66](#66) Fixes globals not
  cleared for controller tests

release-3.2.0

Toggle release-3.2.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Xerkus Aleksei Khudiakov
zend-test 3.2.0

Added
-----

- [#60](#60) Added support for
  PHPUnit 7
- [#65](#65) Added support for
  query parameters in DELETE request in AbstractControllerTestCase

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#63](#63) Fixed compatibility
  with PHP 7.2

release-3.1.1

Toggle release-3.1.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Xerkus Aleksei Khudiakov
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

release-2.4.13

Toggle release-2.4.13's commit message
zend-test 2.4.13

release-2.4.12

Toggle release-2.4.12's commit message
zend-test 2.4.12

release-3.1.0

Toggle release-3.1.0's commit message
zend-test 3.1.0

Added
-----

- [#40](#40) and
  [#48](#48) add support for
  the PHPUnit 6 series, while retaining support for PHPUnit 4 and 5.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- Nothing.

release-2.4.11

Toggle release-2.4.11's commit message
zend-test 2.4.11

release-3.0.2

Toggle release-3.0.2's commit message
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.
0