Update dependency phpunit/phpunit to ^12.3.5 #301
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^12.2.7
->^12.3.5
Release Notes
sebastianbergmann/phpunit (phpunit/phpunit)
v12.3.5
: PHPUnit 12.3.5Compare Source
Changed
error_reporting=E_ALL
for--check-php-configuration
Fixed
expectUserDeprecationMessage*()
fails when test is run in separate processLearn how to install or update PHPUnit 12.3 in the documentation.
Keep up to date with PHPUnit:
v12.3.4
: PHPUnit 12.3.4Compare Source
Changed
--check-php-configuration
Fixed
ini_set('error_log')
sets filepath outsideopen_basedir
Learn how to install or update PHPUnit 12.3 in the documentation.
Keep up to date with PHPUnit:
v12.3.3
: PHPUnit 12.3.3Compare Source
Fixed
#[IgnorePhpunitDeprecations]
is now considered for test runner deprecations" from PHPUnit 12.3.1)Learn how to install or update PHPUnit 12.3 in the documentation.
Keep up to date with PHPUnit:
v12.3.2
: PHPUnit 12.3.2Compare Source
Changed
test
SplObjectStorage
methods that will be deprecated in PHP 8.5Learn how to install or update PHPUnit 12.3 in the documentation.
Keep up to date with PHPUnit:
v12.3.1
: PHPUnit 12.3.1Compare Source
Added
--check-php-configuration
CLI option for checking whether PHP is configured for testingChanged
#[IgnorePhpunitDeprecations]
is now considered for test runner deprecations (where applicable)Fixed
#[TestWith]
or#[TestWithJson]
attributes are now properly reportedDataProviderMethodFinished
event is now also emitted when the provided data set has an invalid keyLearn how to install or update PHPUnit 12.3 in the documentation.
Keep up to date with PHPUnit:
v12.3.0
: PHPUnit 12.3.0Compare Source
Added
#[IgnorePHPUnitWarnings]
attribute for ignoring PHPUnit warnings#[TestDoxFormatter]
and#[TestDoxFormatterExternal]
attributes for configuring a custom TestDox formatter for tests that use data from data providersTestRunner\ChildProcessErrored
eventConfiguration::includeTestSuites()
andConfiguration::excludeTestSuites()
Changed
@<data-set-name>
format (compatible with--filter
CLI option) in defect messages#[DataProvider*]
attributes are mixed with#[TestWith*]
attributesDeprecated
Configuration::includeTestSuite()
, useConfiguration::includeTestSuites()
insteadConfiguration::excludeTestSuite()
, useConfiguration::excludeTestSuites()
instead#[CoversNothing]
on a test methodHow to install or update PHPUnit
v12.2.9
: PHPUnit 12.2.9Compare Source
Fixed
file
attribute of<testClass>
node of XML test list can be wrongHow to install or update PHPUnit
v12.2.8
: PHPUnit 12.2.8Compare Source
Fixed
How to install or update PHPUnit
Configuration
📅 Schedule: Branch creation - Every 3 hours, between 06:00 AM and 10:59 PM, Monday through Friday ( * 6-22/3 * * 1-5 ), Every 3 hours, between 12:00 PM and 11:59 PM, only on Sunday and Saturday ( * 12-23/3 * * 0,6 ) in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.