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