php-server-sdk
php-server-sdk copied to clipboard
Bump phpunit/phpunit from 10.5.10 to 10.5.26
Bumps phpunit/phpunit from 10.5.10 to 10.5.26.
Release notes
Sourced from phpunit/phpunit's releases.
PHPUnit 10.5.26
Added
--only-summary-for-coverage-textCLI option to reduce the code coverage report in text format to a summary--show-uncovered-for-coverage-textCLI option to expand the code coverage report in text format to include a list of uncovered files
How to install or update PHPUnit
PHPUnit 10.5.25
Changed
- Updated dependencies for PHAR distribution
How to install or update PHPUnit
PHPUnit 10.5.24
Changed
- #5877: Use
array_pop()instead ofarray_shift()for processingTestobjects inTestSuite::run()and optimizeTestSuite::isEmpty()
How to install or update PHPUnit
PHPUnit 10.5.23
Changed
- #5875: Also destruct
TestCaseobjects early that use a data provider
How to install or update PHPUnit
PHPUnit 10.5.22
Changed
- #5871: Do not collect unnecessary information using
debug_backtrace()
How to install or update PHPUnit
PHPUnit 10.5.21
Changed
- #5861: Destroy
TestCaseobject after its test was run
How to install or update PHPUnit
PHPUnit 10.5.20
- #5771: JUnit XML logger may crash when test that is run in separate process exits unexpectedly
- #5819: Duplicate keys from different data providers are not handled properly
How to install or update PHPUnit
PHPUnit 10.5.19
... (truncated)
Changelog
Sourced from phpunit/phpunit's changelog.
[10.5.26] - 2024-07-08
Added
--only-summary-for-coverage-textCLI option to reduce the code coverage report in text format to a summary--show-uncovered-for-coverage-textCLI option to expand the code coverage report in text format to include a list of uncovered files[10.5.25] - 2024-07-03
Changed
- Updated dependencies for PHAR distribution
[10.5.24] - 2024-06-20
Changed
- #5877: Use
array_pop()instead ofarray_shift()for processingTestobjects inTestSuite::run()and optimizeTestSuite::isEmpty()[10.5.23] - 2024-06-20
Changed
- #5875: Also destruct
TestCaseobjects early that use a data provider[10.5.22] - 2024-06-19
Changed
- #5871: Do not collect unnecessary information using
debug_backtrace()[10.5.21] - 2024-06-15
Changed
- #5861: Destroy
TestCaseobject after its test was run[10.5.20] - 2024-04-24
- #5771: JUnit XML logger may crash when test that is run in separate process exits unexpectedly
- #5819: Duplicate keys from different data providers are not handled properly
[10.5.19] - 2024-04-17
Fixed
- #5818: Calling
method()on a test stub created usingcreateStubForIntersectionOfInterfaces()throws an unexpected exception[10.5.18] - 2024-04-14
... (truncated)
Commits
42e2f13Prepare release7a1162bUpdate ChangeLog80e6b25Implement --only-summary-for-coverage-text and --show-uncovered-for-coverage-...831bf82Prepare release8273a43Update dependencies6c0c44dMerge branch '9.6' into 10.5d229f58Merge branch '8.5' into 9.62f06a16Update tools5f124e3Prepare release46e02a3Update ChangeLog- 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)