Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ phpunit/phpunit (^9.5 → ^10.3.3) · Repo
Commits
See the full diff on Github. The new version differs by 73 commits:
Prepare release
Merge branch '9.6' into 10.3
Merge branch '8.5' into 9.6
Update tools
Closes #5498
Rename method
Add test for #5498
Merge branch '9.6' into 10.3
Merge branch '8.5' into 9.6
Update tools
Allow two different error messages
Narrow types
Merge branch '9.6' into 10.3
Merge branch '8.5' into 9.6
Update tools
Revert "GH Actions: actually run the tests on Windows"
Merge branch '8.5' into 9.6
GH Actions: actually run the tests on Windows
Merge branch '9.6' into 10.3
Merge branch '8.5' into 9.6
Fix CS/WS issues
Merge branch '9.6' into 10.3
Merge branch '8.5' into 9.6
Update tools
Merge branch '9.6' into 10.3
Merge branch '8.5' into 9.6
Test with PHP 8.4
Reformat
Merge branch '9.6' into 10.3
Reformat
Closes #5487
Fix expectation
Refactor
Fix
Update ChangeLog
Allow pure enums as method parameters
Add test for #5484
Use attributes instead of annotations
Fix
Fix
Refactor
Reorganize
Merge branch '9.6' into 10.3
Merge branch '8.5' into 9.6
Update tools
Merge branch '9.6' into 10.3
Merge branch '8.5' into 9.6
Add note about third-party extensions for / wrappers around PHPUnit
Use "username" instead of "user name"
Remove dead link
Also emit the Data Provider Method Finished event when there was an error
Document through test that data providers with duplicate keys trigger an error
Fix whitespace
Merge branch '9.6' into 10.3
Merge branch '8.5' into 9.6
Fix CS/WS issues
Fix code coverage target
Add tests
Fix: Do not configure deprecated fixers
Prepare release
Add tests
Closes #5478
Remove empty section
Group deprecations by type
Merge branch '9.6' into 10.3
Add missing deprecation
Add links
Group deprecations by type
Fix
Add missing version information
Merge branch '9.6' into 10.3
Add list of deprecated functionality
Add list of deprecated functionality
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands