Releases: laminas/laminas-test
3.5.1
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
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
-
30: Test against PHP 8.0 thanks to @weierophinney
-
28: Adopt Laminas CI Workflow thanks to @fezfez
-
26: Remove file headers thanks to @ghostwriter
-
21: Correction of the behavior to check a module name thanks to @nusphere
-
19: Adopt Laminas CI Workflow thanks to @fezfez
-
18: Provide PHP 8.0 support thanks to @fezfez
-
22: Initial Psalm integration thanks to @nusphere
laminas-test 3.4.2
laminas-test 3.4.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Fixed
replace
version constraint in composer.json so repository can be used as replacement ofzendframework/zend-test:^3.3.0
.
laminas-test 3.4.0
Added
- #10 Adds support for PHPUnit 9
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.