php-console-spinner
php-console-spinner copied to clipboard
Bump phpunit/phpunit from 10.5.1 to 10.5.7
trafficstars
Bumps phpunit/phpunit from 10.5.1 to 10.5.7.
Changelog
Sourced from phpunit/phpunit's changelog.
[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
- #5592: Error Handler prevents
error_get_last()usage in tests- #5592:
E_USER_ERRORdoes not abort test execution- #5612: Empty
<coverage>element in XML configuration after migrating configuration- #5616: Values from data provider are not shown for failed test
- #5619: Check and restore error/exception global handlers
- #5621: Name of data set is missing from TeamCity output
[10.5.3] - 2023-12-13
Deprecated
Test\AssertionFailedandTest\AssertionSucceededeventsPHPUnit\Runner\Extension\Facade::requireExportOfObjects()andPHPUnit\Runner\Extension\Facade::requiresExportOfObjects()registerMockObjectsFromTestArgumentsRecursivelyattribute on the<phpunit>element of the XML configuration filePHPUnit\TextUI\Configuration\Configuration::registerMockObjectsFromTestArgumentsRecursively()Fixed
... (truncated)
Commits
e5c5b39Prepare release59b331bCloses #56627852a29Declare parameter type9e38c8fAdded testAssertStringNotEqualsFileCanonicalizingb9d16deRemove superfluous code2bab0f2Fix CS/WS issuesb63fb74#4049 Skip assert for canonicalizing compare assertFileEqualsCanonicalizing79a8d46#4049 Fix tests for assertFileEqualsCanonicalizingdf5a404#4049 Add tests for assertFileEqualsCanonicalizingab9a20bPrepare 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)