Skip to content

Releases: laminas/laminas-test

3.5.1

14 Jun 13:50
3.5.1
621eced
Compare
Choose a tag to compare

Release Notes for 3.5.1

Changed

  • This release marks all Psalm-related requirements as development requirements only.

3.5.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

3.5.0

09 Jun 22:16
3.5.0
a91af63
Compare
Choose a tag to compare

Release Notes for 3.5.0

Added

  • This release adds support for PHP 8.0.

  • This release adds support for PHPUnit 9.3+.

  • #23 adds AbstractHttpControllerTestCase::assertRedirectToRoute to check a redirection to a given route.

  • #23 adds AbstractHttpControllerTestCase::assertNotRedirectToRoute to negative check a redirection to a given route.

  • #23 adds AbstractControllerTestCase::getControllerFullClass to access the current controller class.

Removed

  • This release removes support for PHP versions prior to 7.3.

  • This release removes support for PHPUnit versions prior to 8.0.

3.5.0

  • Total issues resolved: 1
  • Total pull requests resolved: 8
  • Total contributors: 4

Enhancement

laminas-test 3.4.2

20 May 14:56
3.4.2
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #13 updates parameter typehints in assertApplicationException to provide type information.

  • #13 fixes an expectation failure message in assertApplicationException to provide better verbiage.

laminas-test 3.4.1

29 Mar 13:39
3.4.1
b540d62
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Fixed replace version constraint in composer.json so repository can be used as replacement of zendframework/zend-test:^3.3.0.

laminas-test 3.4.0

07 Feb 16:17
3.4.0
e2d0dec
Compare
Choose a tag to compare

Added

  • #10 Adds support for PHPUnit 9

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.