⬆️ Updates phpunit/phpunit to v12.5.2
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| phpunit/phpunit (source) |
12.4.5 -> 12.5.2
|
Release Notes
sebastianbergmann/phpunit (phpunit/phpunit)
v12.5.2: PHPUnit 12.5.2
Added
- Attribute
#[AllowMockObjectsWithoutExpectations]for excluding tests from the check that emits the notice for test methods that create a mock object but do not configure an expectation for it
Learn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
- You can follow @phpunit@phpc.social to stay up to date with PHPUnit's development.
- You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.
v12.5.1: PHPUnit 12.5.1
Added
-
TestCase::getStubBuilder()(analogous toTestCase::getMockBuilder()) for creating (partial) test stubs using a fluent API
Learn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
- You can follow @phpunit@phpc.social to stay up to date with PHPUnit's development.
- You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.
v12.5.0: PHPUnit 12.5.0
Added
-
#6376:
--allCLI option to ignore test selection configured in XML configuration file -
#6422: Make
<source>element in XML code coverage report optional
Changed
-
#6380: Allow
ThrowableinexpectExceptionObject() - A PHPUnit notice is now emitted for test methods that create a mock object but do not configure an expectation for it
Learn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
- You can follow @phpunit@phpc.social to stay up to date with PHPUnit's development.
- You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Pipeline Components Bot