LinkStack
LinkStack copied to clipboard
Bump phpunit/phpunit from 9.6.16 to 10.5.11
Bumps phpunit/phpunit from 9.6.16 to 10.5.11.
Changelog
Sourced from phpunit/phpunit's changelog.
[10.5.11] - 2024-02-25
Fixed
- #5704: No warning when CLI options are used multiple times
- #5707:
--fail-on-empty-test-suiteCLI option is not documented in--helpoutput- No warning when the
#[CoversClass]and#[UsesClass]attributes are used with the name of an interface- Resource usage information is printed when the
--debugCLI option is used[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
... (truncated)
Commits
0d968f6Prepare release05b7216Make #[CoversClass] and #[UsesClass] attributes behave more like the annotati...bc6b6feFix code coverage metadatabe83252Group tests5ae880fMerge branch '9.6' into 10.592ff055Merge branch '8.5' into 9.60f4fed2Fix CS/WS issuesa01fd3fUpdate toolsb092100Update dependencies1a15698Prepare release- 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)