-
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
chore(deps): update dependency phpunit/phpunit to v11.5.3 #7
Open
renovate
wants to merge
1
commit into
develop
Choose a base branch
from
renovate/phpunit-phpunit-11.x-lockfile
base: develop
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
renovate
bot
changed the title
chore(deps): update dependency phpunit/phpunit to v11.3.2
chore(deps): update dependency phpunit/phpunit to v11.3.3
Sep 4, 2024
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-11.x-lockfile
branch
from
September 4, 2024 13:51
24b5690
to
dcc66ba
Compare
renovate
bot
changed the title
chore(deps): update dependency phpunit/phpunit to v11.3.3
chore(deps): update dependency phpunit/phpunit to v11.3.4
Sep 9, 2024
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-11.x-lockfile
branch
2 times, most recently
from
September 13, 2024 06:34
abd90f3
to
5a65865
Compare
renovate
bot
changed the title
chore(deps): update dependency phpunit/phpunit to v11.3.4
chore(deps): update dependency phpunit/phpunit to v11.3.5
Sep 13, 2024
renovate
bot
changed the title
chore(deps): update dependency phpunit/phpunit to v11.3.5
chore(deps): update dependency phpunit/phpunit to v11.3.6
Sep 19, 2024
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-11.x-lockfile
branch
from
September 19, 2024 11:11
5a65865
to
02c6bf1
Compare
renovate
bot
changed the title
chore(deps): update dependency phpunit/phpunit to v11.3.6
chore(deps): update dependency phpunit/phpunit to v11.4.0
Oct 5, 2024
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-11.x-lockfile
branch
from
October 5, 2024 09:25
02c6bf1
to
ef91731
Compare
renovate
bot
changed the title
chore(deps): update dependency phpunit/phpunit to v11.4.0
chore(deps): update dependency phpunit/phpunit to v11.4.1
Oct 8, 2024
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-11.x-lockfile
branch
from
October 8, 2024 16:03
ef91731
to
b395224
Compare
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-11.x-lockfile
branch
from
October 19, 2024 13:41
b395224
to
d230bfc
Compare
renovate
bot
changed the title
chore(deps): update dependency phpunit/phpunit to v11.4.1
chore(deps): update dependency phpunit/phpunit to v11.4.2
Oct 19, 2024
renovate
bot
changed the title
chore(deps): update dependency phpunit/phpunit to v11.4.2
chore(deps): update dependency phpunit/phpunit to v11.4.3
Oct 28, 2024
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-11.x-lockfile
branch
from
October 28, 2024 15:25
d230bfc
to
b75952d
Compare
renovate
bot
changed the title
chore(deps): update dependency phpunit/phpunit to v11.4.3
chore(deps): update dependency phpunit/phpunit to v11.4.4
Nov 27, 2024
|
renovate
bot
changed the title
chore(deps): update dependency phpunit/phpunit to v11.4.4
chore(deps): update dependency phpunit/phpunit to v11.5.0
Dec 6, 2024
renovate
bot
changed the title
chore(deps): update dependency phpunit/phpunit to v11.5.0
chore(deps): update dependency phpunit/phpunit to v11.5.1
Dec 11, 2024
renovate
bot
changed the title
chore(deps): update dependency phpunit/phpunit to v11.5.1
chore(deps): update dependency phpunit/phpunit to v11.5.2
Dec 21, 2024
renovate
bot
changed the title
chore(deps): update dependency phpunit/phpunit to v11.5.2
chore(deps): update dependency phpunit/phpunit to v11.5.3
Jan 13, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
11.3.1
->11.5.3
Release Notes
sebastianbergmann/phpunit (phpunit/phpunit)
v11.5.3
Compare Source
v11.5.2
: PHPUnit 11.5.2Compare 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
v11.5.1
: PHPUnit 11.5.1Compare Source
Added
DefaultResultCache::mergeWith()
for merging result cache instancesFixed
How to install or update PHPUnit
v11.5.0
: PHPUnit 11.5.0Compare Source
Added
assertContainsNotOnlyInstancesOf()
in thePHPUnit\Framework\Assert
class as the inverse of theassertContainsOnlyInstancesOf()
methodassertContainsOnlyArray()
,assertContainsOnlyBool()
,assertContainsOnlyCallable()
,assertContainsOnlyFloat()
,assertContainsOnlyInt()
,assertContainsOnlyIterable()
,assertContainsOnlyNull()
,assertContainsOnlyNumeric()
,assertContainsOnlyObject()
,assertContainsOnlyResource()
,assertContainsOnlyClosedResource()
,assertContainsOnlyScalar()
, andassertContainsOnlyString()
in thePHPUnit\Framework\Assert
class as specialized alternatives for the genericassertContainsOnly()
methodassertContainsNotOnlyArray()
,assertContainsNotOnlyBool()
,assertContainsNotOnlyCallable()
,assertContainsNotOnlyFloat()
,assertContainsNotOnlyInt()
,assertContainsNotOnlyIterable()
,assertContainsNotOnlyNull()
,assertContainsNotOnlyNumeric()
,assertContainsNotOnlyObject()
,assertContainsNotOnlyResource()
,assertContainsNotOnlyClosedResource()
,assertContainsNotOnlyScalar()
, andassertContainsNotOnlyString()
in thePHPUnit\Framework\Assert
class as specialized alternatives for the genericassertNotContainsOnly()
methodcontainsOnlyArray()
,containsOnlyBool()
,containsOnlyCallable()
,containsOnlyFloat()
,containsOnlyInt()
,containsOnlyIterable()
,containsOnlyNull()
,containsOnlyNumeric()
,containsOnlyObject()
,containsOnlyResource()
,containsOnlyClosedResource()
,containsOnlyScalar()
, andcontainsOnlyString()
in thePHPUnit\Framework\Assert
class as specialized alternatives for the genericcontainsOnly()
methodisArray()
,isBool()
,isCallable()
,isFloat()
,isInt()
,isIterable()
,isNumeric()
,isObject()
,isResource()
,isClosedResource()
,isScalar()
,isString()
in thePHPUnit\Framework\Assert
class as specialized alternatives for the genericisType()
methodTestRunner\ChildProcessStarted
andTestRunner\ChildProcessFinished
eventsChanged
SKIPIF
section of PHPT test in separate process when it is free of side effectsCLEAN
section of PHPT test in separate process when it is free of side effects that modify the parent processDeprecated
isType()
(useisArray()
,isBool()
,isCallable()
,isFloat()
,isInt()
,isIterable()
,isNull()
,isNumeric()
,isObject()
,isResource()
,isClosedResource()
,isScalar()
, orisString()
instead)assertContainsOnly()
(useassertContainsOnlyArray()
,assertContainsOnlyBool()
,assertContainsOnlyCallable()
,assertContainsOnlyFloat()
,assertContainsOnlyInt()
,assertContainsOnlyIterable()
,assertContainsOnlyNumeric()
,assertContainsOnlyObject()
,assertContainsOnlyResource()
,assertContainsOnlyClosedResource()
,assertContainsOnlyScalar()
, orassertContainsOnlyString()
instead)assertNotContainsOnly()
(useassertContainsNotOnlyArray()
,assertContainsNotOnlyBool()
,assertContainsNotOnlyCallable()
,assertContainsNotOnlyFloat()
,assertContainsNotOnlyInt()
,assertContainsNotOnlyIterable()
,assertContainsNotOnlyNumeric()
,assertContainsNotOnlyObject()
,assertContainsNotOnlyResource()
,assertContainsNotOnlyClosedResource()
,assertContainsNotOnlyScalar()
, orassertContainsNotOnlyString()
instead)containsOnly()
(usecontainsOnlyArray()
,containsOnlyBool()
,containsOnlyCallable()
,containsOnlyFloat()
,containsOnlyInt()
,containsOnlyIterable()
,containsOnlyNumeric()
,containsOnlyObject()
,containsOnlyResource()
,containsOnlyClosedResource()
,containsOnlyScalar()
, orcontainsOnlyString()
instead)How to install or update PHPUnit
v11.4.4
: PHPUnit 11.4.4Compare Source
Fixed
ignoreIndirectDeprecations=true
suppresses deprecations triggered in test codeHow to install or update PHPUnit
v11.4.3
: PHPUnit 11.4.3Compare Source
Changed
assertGreaterThan()
,assertGreaterThanOrEqual()
,assertLessThan()
, andassertLessThanOrEqual()
Fixed
How to install or update PHPUnit
v11.4.2
: PHPUnit 11.4.2Compare Source
Changed
Fixed
How to install or update PHPUnit
v11.4.1
: PHPUnit 11.4.1Compare Source
Changed
StringMatchesFormatDescription
constraint to be consistent with PHP'srun-tests.php
Fixed
E_DEPRECATED
issuesHow to install or update PHPUnit
v11.4.0
: PHPUnit 11.4.0Compare Source
Changed
#[RequiresPhpunitExtension]
attributevendor/phpunit/phpunit/phpunit.xsd
(instead ofhttps://schema.phpunit.de/X.Y/phpunit.xsd
) when PHPUnit was installed using Composer andphpunit --generate-configuration
was invoked in the directory wherevendor
is located--migrate-configuration
command no longer replacesvendor/phpunit/phpunit/phpunit.xsd
withhttps://schema.phpunit.de/X.Y/phpunit.xsd
--list-groups
now shows how many tests a group contains--list-suites
now shows how many tests a test suite containsDeprecated
includeUncoveredFiles
configuration option#[CoversTrait]
and#[UsesTrait]
attributes#[CoversMethod]
and#[UsesMethod]
attributes (and respective annotations)How to install or update PHPUnit
v11.3.6
: PHPUnit 11.3.6Compare Source
Changed
E_STRICT
constant in PHP 8.4Fixed
trim()
med when it contains$
characterHow to install or update PHPUnit
v11.3.5
: PHPUnit 11.3.5Compare Source
Fixed
static
return type declaration is not properly initializedname
property on<testsuites>
element in JUnit XML logfileCallback
throws aTypeError
when checking acallable
has variadic parametersHow to install or update PHPUnit
v11.3.4
: PHPUnit 11.3.4Compare 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 providerdefault
groupHow to install or update PHPUnit
v11.3.3
: PHPUnit 11.3.3Compare 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
v11.3.2
: PHPUnit 11.3.2Compare 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
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.