-
-
Notifications
You must be signed in to change notification settings - Fork 0
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 PHPUnit #273
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/phpunit
base: master
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.
Open
Update PHPUnit #273
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
renovate
bot
added
Dependencies 📦
Pull requests that update a dependency file
PHP 🐘
Hypertext Pre Processor
labels
Aug 13, 2024
🏰 Composer Production Dependency changes 🏰
|
renovate
bot
force-pushed
the
renovate/phpunit
branch
from
September 3, 2024 13:20
18b0305
to
915d43c
Compare
renovate
bot
changed the title
Update dependency phpunit/phpunit to ^10.5.30
Update dependency phpunit/phpunit to ^10.5.31
Sep 3, 2024
renovate
bot
changed the title
Update dependency phpunit/phpunit to ^10.5.31
Update dependency phpunit/phpunit to ^10.5.32
Sep 4, 2024
renovate
bot
force-pushed
the
renovate/phpunit
branch
from
September 4, 2024 13:38
915d43c
to
ed73068
Compare
renovate
bot
changed the title
Update dependency phpunit/phpunit to ^10.5.32
Update dependency phpunit/phpunit to ^10.5.33
Sep 9, 2024
renovate
bot
force-pushed
the
renovate/phpunit
branch
from
September 13, 2024 07:27
ed73068
to
3737493
Compare
renovate
bot
changed the title
Update dependency phpunit/phpunit to ^10.5.33
Update dependency phpunit/phpunit to ^10.5.34
Sep 13, 2024
renovate
bot
changed the title
Update dependency phpunit/phpunit to ^10.5.34
Update dependency phpunit/phpunit to ^10.5.35
Sep 19, 2024
renovate
bot
force-pushed
the
renovate/phpunit
branch
2 times, most recently
from
September 21, 2024 22:24
2957209
to
a709942
Compare
renovate
bot
changed the title
Update dependency phpunit/phpunit to ^10.5.35
Update PHPUnit
Sep 21, 2024
renovate
bot
force-pushed
the
renovate/phpunit
branch
from
October 8, 2024 15:54
a709942
to
74eb09c
Compare
renovate
bot
force-pushed
the
renovate/phpunit
branch
from
October 19, 2024 15:21
74eb09c
to
e9fa16f
Compare
renovate
bot
force-pushed
the
renovate/phpunit
branch
from
October 28, 2024 16:02
e9fa16f
to
601c182
Compare
renovate
bot
force-pushed
the
renovate/phpunit
branch
from
December 11, 2024 14:15
601c182
to
23a7e86
Compare
renovate
bot
force-pushed
the
renovate/phpunit
branch
from
December 21, 2024 07:53
23a7e86
to
07d676c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.29
->^10.5.40
^6.0.9
->^6.0.10
Release Notes
sebastianbergmann/phpunit (phpunit/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
WyriHaximus/php-test-utilities (wyrihaximus/test-utilities)
v6.0.10
Compare Source
6.0.10
Dependencies 📦
Enhancement ✨
Configuration
📅 Schedule: Branch creation - "* 6-22/3 * * 1-5,* 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.