Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.next mention PHPUnit 11 support #7916

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions en/appendices/5-1-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ ORM
TestSuite
---------

- CakePHP as well as the app template have been updated to use PHPUnit ``^10.5.5 || ^11.1.3"``.
- ``ConnectionHelper`` methods are now all static. This class has no state and
its methods were updated to be static.
- ``LogTestTrait`` was added. This new trait makes it easy to capture logs in
Expand Down