-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency phpunit/phpunit to v10.5.45 #465
Open
renovate
wants to merge
1
commit into
0.12.x
Choose a base branch
from
renovate/phpunit-phpunit-10.x
base: 0.12.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pull Request Test Coverage Report for Build 9528325004Details
💛 - Coveralls |
4c5f073
to
3c628c2
Compare
Pull Request Test Coverage Report for Build 9577248281Details
💛 - Coveralls |
3c628c2
to
ccd9512
Compare
Pull Request Test Coverage Report for Build 9595912858Details
💛 - Coveralls |
ccd9512
to
6d46b18
Compare
Pull Request Test Coverage Report for Build 9598853814Details
💛 - Coveralls |
6d46b18
to
886f4b6
Compare
Pull Request Test Coverage Report for Build 9774049037Details
💛 - Coveralls |
886f4b6
to
a8e36f4
Compare
Pull Request Test Coverage Report for Build 10163752064Details
💛 - Coveralls |
a8e36f4
to
f5956b2
Compare
f5956b2
to
a91d3f6
Compare
a91d3f6
to
63fb714
Compare
63fb714
to
7923c00
Compare
7923c00
to
91f3ef9
Compare
91f3ef9
to
b495f4b
Compare
b495f4b
to
a2a1d25
Compare
a2a1d25
to
c174e7e
Compare
c174e7e
to
5b276af
Compare
5b276af
to
68e1ca1
Compare
68e1ca1
to
ddfc723
Compare
ddfc723
to
7cce710
Compare
7cce710
to
96f1eea
Compare
96f1eea
to
6fb855c
Compare
6fb855c
to
8319599
Compare
df4811f
to
60a9ff6
Compare
5e03520
to
47d3445
Compare
47d3445
to
102511d
Compare
102511d
to
38e17e5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
10.5.20
->10.5.45
Release Notes
sebastianbergmann/phpunit (phpunit/phpunit)
v10.5.45
Compare Source
v10.5.44
: PHPUnit 10.5.44Compare Source
Fixed
string
cannot be used in customized TestDox outputHow to install or update PHPUnit
v10.5.43
: PHPUnit 10.5.43Compare Source
Changed
How to install or update PHPUnit
v10.5.42
: PHPUnit 10.5.42Compare Source
Fixed
SourceMapper
to scan all<source/>
filesHow to install or update PHPUnit
v10.5.41
: PHPUnit 10.5.41Compare Source
Added
Test\AfterLastTestMethodErrored
,Test\AfterTestMethodErrored
,Test\BeforeTestMethodErrored
,Test\PostConditionErrored
, andTest\PreConditionErrored
eventsFixed
system-out
element in JUnit XML logfileHow to install or update PHPUnit
v10.5.40
: PHPUnit 10.5.40Compare Source
Fixed
assertArrayHasKey()
,assertArrayNotHasKey()
,arrayHasKey()
, andArrayHasKey::__construct()
do not support all possible key types--migrate-configuration
does not removebeStrictAboutTodoAnnotatedTests
attribute from XML configuration fileHow to install or update PHPUnit
v10.5.39
: PHPUnit 10.5.39Compare Source
Added
DefaultResultCache::mergeWith()
for merging result cache instancesFixed
How to install or update PHPUnit
v10.5.38
: PHPUnit 10.5.38Compare Source
Changed
How to install or update PHPUnit
v10.5.37
: PHPUnit 10.5.37Compare Source
Fixed
How to install or update PHPUnit
v10.5.36
: PHPUnit 10.5.36Compare Source
Changed
StringMatchesFormatDescription
constraint to be consistent with PHP'srun-tests.php
Fixed
PHPUnit\Framework\Exception
does not handle string error codes (PDOException
with error code'HY000'
, for example)How to install or update PHPUnit
v10.5.35
Compare Source
v10.5.34
: PHPUnit 10.5.34Compare Source
Fixed
name
property on<testsuites>
element in JUnit XML logfileCallback
throws aTypeError
when checking acallable
has variadic parametersHow to install or update PHPUnit
v10.5.33
: PHPUnit 10.5.33Compare Source
Fixed
assertJsonStringEqualsJsonString()
considers objects with sequential numeric keys equal to be arraysCallback
constraint does not handle variadic arguments correctly when used for mock object expectations$
at the beginning gets truncated when used with a data providerHow to install or update PHPUnit
v10.5.32
: PHPUnit 10.5.32Compare Source
Added
failOnPhpunitDeprecation
attribute on the<phpunit>
element of the XML configuration file and--fail-on-phpunit-deprecation
CLI option for controlling whether PHPUnit deprecations should be considered when determining the test runner's shell exit code (default: do not consider)displayDetailsOnPhpunitDeprecations
attribute on the<phpunit>
element of the XML configuration file and--display-phpunit-deprecations
CLI option for controlling whether details on PHPUnit deprecations should be displayed (default: do not display)Changed
--fail-on-phpunit-deprecation
CLI option or thefailOnPhpunitDeprecation="true"
attribute on the<phpunit>
element of the XML configuration file.--display-phpunit-deprecations
CLI option or thedisplayDetailsOnPhpunitDeprecations
attribute on the<phpunit>
element of the XML configuration file.How to install or update PHPUnit
v10.5.31
: PHPUnit 10.5.31Compare Source
Changed
name
property on<testsuites>
element in JUnit XML logfile.phpstorm.meta.php
file as methods such asTestCase::createStub()
use generics / template types for their return types and PhpStorm, for example, uses that informationFixed
@
operatorHow to install or update PHPUnit
v10.5.30
: PHPUnit 10.5.30Compare Source
Changed
How to install or update PHPUnit
v10.5.29
: PHPUnit 10.5.29Compare Source
Fixed
--list-tests
and--list-tests-xml
CLI options do not report error when data provider method throws exceptionHow to install or update PHPUnit
v10.5.28
Compare Source
v10.5.27
: PHPUnit 10.5.27Compare Source
Changed
--prefer-lowest
CLI option also get recent versions)Fixed
phpunit.xml
are not handled correctly when--generate-configuration
is usedHow to install or update PHPUnit
v10.5.26
: PHPUnit 10.5.26Compare Source
Added
--only-summary-for-coverage-text
CLI option to reduce the code coverage report in text format to a summary--show-uncovered-for-coverage-text
CLI option to expand the code coverage report in text format to include a list of uncovered filesHow to install or update PHPUnit
v10.5.25
: PHPUnit 10.5.25Compare Source
Changed
How to install or update PHPUnit
v10.5.24
: PHPUnit 10.5.24Compare Source
Changed
array_pop()
instead ofarray_shift()
for processingTest
objects inTestSuite::run()
and optimizeTestSuite::isEmpty()
How to install or update PHPUnit
v10.5.23
: PHPUnit 10.5.23Compare Source
Changed
TestCase
objects early that use a data providerHow to install or update PHPUnit
v10.5.22
: PHPUnit 10.5.22Compare Source
Changed
debug_backtrace()
How to install or update PHPUnit
v10.5.21
: PHPUnit 10.5.21Compare Source
Changed
TestCase
object after its test was runHow to install or update PHPUnit
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.