Bump phpunit/phpunit from 10.0.19 to 10.2.1
Bumps phpunit/phpunit from 10.0.19 to 10.2.1.
Changelog
Sourced from phpunit/phpunit's changelog.
10.2.1 - 2023-06-05
Changed
PHPUnit\Runner\ErrorHandler
no longer emits events for errors that occur in PHPUnit's own code (or code of its dependencies) and are suppressed using the@
operator10.2.0 - 2023-06-02
Added
- #5328: Optionally ignore suppression of deprecations, notices, and warnings
PHPUnit\Event\Test\DataProviderMethodCalled
andPHPUnit\Event\Test\DataProviderMethodFinished
eventsChanged
- Improved the reporting of errors during the loading and bootstrapping of test runner extensions
Deprecated
PHPUnit\TextUI\Configuration\Configuration::restrictDeprecations()
(usesource()->restrictDeprecations()
instead)PHPUnit\TextUI\Configuration\Configuration::restrictNotices()
(usesource()->restrictNotices()
instead)PHPUnit\TextUI\Configuration\Configuration::restrictWarnings()
(usesource()->restrictWarnings()
instead)Fixed
- #5364: Confusing warning message
Class ... cannot be found
when class is found, but does not extendPHPUnit\Framework\TestCase
- #5366:
PHPUnit\Event\TestSuite\Loaded
event has incompletePHPUnit\Event\TestSuite\TestSuite
value object- Always use
X.Y.Z
version number (and not justX.Y
) of PHPUnit's version when checking whether a PHAR-distributed extension is compatible
Commits
-
599b332
Prepare release -
7a42629
Simplify -
1616643
Do not emit events for suppressed errors in PHPUnit's own code (or code of it... -
3aad97f
Prepare release -
f7b6a5d
Improve the reporting of errors during the loading and bootstrapping of test ... -
23f779f
Merge branch '9.6' into 10.2 -
70e8497
Update ChangeLog -
6bcf520
Update ChangeLog -
7b22e98
Merge branch '10.1' -
634cd30
Merge branch '9.6' into 10.1 - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts