laravel-selfupdater
laravel-selfupdater copied to clipboard
composer(deps-dev): update phpunit/phpunit requirement from ^9.5.26 to ^10.5.10
Updates the requirements on phpunit/phpunit to permit the latest version.
Changelog
Sourced from phpunit/phpunit's changelog.
[10.5.10] - 2024-02-04
Fixed
- #5692:
--log-events-textand--log-events-verbose-textrequire the destination file to exit[10.5.9] - 2024-01-22
Fixed
- #5676: PHPUnit's test runner overwrites custom error handler registered using
set_error_handler()in bootstrap script[10.5.8] - 2024-01-19
Fixed
- #5673: Confusing error message when migration of a configuration is requested that does not need to be migrated
[10.5.7] - 2024-01-14
Fixed
- #5662: PHPUnit errors out on startup when the
ctypeextension is not loaded but a polyfill for it was installed[10.5.6] - 2024-01-13
Added
- Added the
--debugCLI option as an alias for--no-output --log-events-text php://stdoutFixed
- #5455:
willReturnCallback()does not pass unknown named variadic arguments to callback- #5488: Details about tests that are considered risky are not displayed when the TestDox result printer is used
- #5516: Assertions that use the
LogicalNotconstraint (assertNotEquals(),assertStringNotContainsString(), ...) can generate confusing failure messages- #5518: Details about deprecations, notices, and warnings are not displayed when the TestDox result printer is used
- #5574: Wrong backtrace line is reported
- #5633:
--log-events-textand--log-events-verbose-textCLI options do not handle absolute and relative paths- #5634: Exceptions in the destructor of a test double are ignored
- #5641: The
TestSuitevalue object returned byTestSuite\Filtered::testSuite()contains all tests instead of only the filtered tests[10.5.5] - 2023-12-27
Fixed
- #5619: Reverted change introduced in PHPUnit 10.5.4 that broke backward compatibility
[10.5.4] - 2023-12-27
Fixed
... (truncated)
Commits
50b8e31Prepare releasef01a305Make this test portable93b9806Closes #5692 (which was a regression introduced with the fix for #5633)02c1d45Reapply "Fix issues identified by Psalm"45fc5adRevert "Add test"6c7bc20Revert "resolve both relative and absolute paths"532268aRevert "fix portability issues"573f067Revert "improve formatting"c9c0119Revert "improve portability"ddb0a71Revert "Refactor"- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)