Skip to content
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
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update PHPUnit #273

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpunit/phpunit (source) ^10.5.29 -> ^10.5.40 age adoption passing confidence
wyrihaximus/test-utilities ^6.0.9 -> ^6.0.10 age adoption passing confidence

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v10.5.40: PHPUnit 10.5.40

Compare Source

Fixed
  • #​6082: assertArrayHasKey(), assertArrayNotHasKey(), arrayHasKey(), and ArrayHasKey::__construct() do not support all possible key types
  • #​6087: --migrate-configuration does not remove beStrictAboutTodoAnnotatedTests attribute from XML configuration file

How to install or update PHPUnit

v10.5.39: PHPUnit 10.5.39

Compare Source

Added
  • #​6081: DefaultResultCache::mergeWith() for merging result cache instances
Fixed
  • #​6066: TeamCity logger does not handle error/skipped events in before-class methods correctly

How to install or update PHPUnit

v10.5.38: PHPUnit 10.5.38

Compare Source

Changed
  • #​6012: Remove empty lines between TeamCity events

How to install or update PHPUnit

v10.5.37: PHPUnit 10.5.37

Compare Source

Fixed

How to install or update PHPUnit

v10.5.36: PHPUnit 10.5.36

Compare Source

Changed
  • #​5957: Skip data provider build when requirements are not satisfied
  • #​5969: Check for requirements before creating a separate process
  • Updated regular expressions used by StringMatchesFormatDescription constraint to be consistent with PHP's run-tests.php
Fixed
  • #​5965: 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.34

Compare Source

Fixed
  • #​5931: Reverted addition of name property on <testsuites> element in JUnit XML logfile
  • #​5946: Callback throws a TypeError when checking a callable has variadic parameters

How to install or update PHPUnit

v10.5.33: PHPUnit 10.5.33

Compare Source

Fixed
  • #​4584: assertJsonStringEqualsJsonString() considers objects with sequential numeric keys equal to be arrays
  • #​4625: Generator yielding keys that are neither integer or string leads to hard-to-understand error message when used as data provider
  • #​4674: JSON assertions should treat objects as unordered
  • #​5891: Callback constraint does not handle variadic arguments correctly when used for mock object expectations
  • #​5929: TestDox output containing $ at the beginning gets truncated when used with a data provider

How to install or update PHPUnit

v10.5.32: PHPUnit 10.5.32

Compare Source

Added
  • #​5937: 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
  • #​5937: PHPUnit deprecations will, by default, no longer affect the test runner's shell exit code. This can optionally be turned back on using the --fail-on-phpunit-deprecation CLI option or the failOnPhpunitDeprecation="true" attribute on the <phpunit> element of the XML configuration file.
  • Details for PHPUnit deprecations will, by default, no longer be displayed. This can optionally be turned back on using the --display-phpunit-deprecations CLI option or the displayDetailsOnPhpunitDeprecations attribute on the <phpunit> element of the XML configuration file.

How to install or update PHPUnit

v10.5.31: PHPUnit 10.5.31

Compare Source

Changed
  • #​5931: name property on <testsuites> element in JUnit XML logfile
  • Removed .phpstorm.meta.php file as methods such as TestCase::createStub() use generics / template types for their return types and PhpStorm, for example, uses that information
Fixed
  • #​5884: TestDox printer does not consider that issues can be suppressed by attribute, baseline, source location, or @ operator

How to install or update PHPUnit

v10.5.30: PHPUnit 10.5.30

Compare Source

Changed
  • Improved error message when stubbed method is called more often than return values were configured for it

How to install or update PHPUnit

WyriHaximus/php-test-utilities (wyrihaximus/test-utilities)

v6.0.10

Compare Source

6.0.10

  • Total issues resolved: 0
  • Total pull requests resolved: 14
  • Total contributors: 2

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added Dependencies 📦 Pull requests that update a dependency file PHP 🐘 Hypertext Pre Processor labels Aug 13, 2024
@renovate renovate bot requested a review from WyriHaximus as a code owner August 13, 2024 07:32
Copy link

github-actions bot commented Aug 13, 2024

🏰 Composer Production Dependency changes 🏰

Prod Packages Operation Base Target Link
phpunit/php-code-coverage Upgraded 10.1.15 10.1.16 Compare
phpunit/phpunit Upgraded 10.5.29 10.5.34 Compare
sebastian/comparator Upgraded 5.0.1 5.0.2 Compare

@WyriHaximus WyriHaximus added this to the 8.0.6 milestone Aug 14, 2024
@renovate renovate bot force-pushed the renovate/phpunit branch from 18b0305 to 915d43c Compare September 3, 2024 13:20
@renovate 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 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 renovate bot force-pushed the renovate/phpunit branch from 915d43c to ed73068 Compare September 4, 2024 13:38
@renovate 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 renovate bot force-pushed the renovate/phpunit branch from ed73068 to 3737493 Compare September 13, 2024 07:27
@renovate 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 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 renovate bot force-pushed the renovate/phpunit branch 2 times, most recently from 2957209 to a709942 Compare September 21, 2024 22:24
@renovate renovate bot changed the title Update dependency phpunit/phpunit to ^10.5.35 Update PHPUnit Sep 21, 2024
@renovate renovate bot force-pushed the renovate/phpunit branch from a709942 to 74eb09c Compare October 8, 2024 15:54
@renovate renovate bot force-pushed the renovate/phpunit branch from 74eb09c to e9fa16f Compare October 19, 2024 15:21
@renovate renovate bot force-pushed the renovate/phpunit branch from e9fa16f to 601c182 Compare October 28, 2024 16:02
@renovate renovate bot force-pushed the renovate/phpunit branch from 601c182 to 23a7e86 Compare December 11, 2024 14:15
@renovate renovate bot force-pushed the renovate/phpunit branch from 23a7e86 to 07d676c Compare December 21, 2024 07:53
Copy link

🏰 Composer Production Dependency changes 🏰

Prod Packages Operation Base Target Link
beberlei/assert Upgraded v3.3.2 v3.3.3 Compare
composer/ca-bundle Upgraded 1.5.0 1.5.4 Compare
composer/class-map-generator Upgraded 1.3.4 1.5.0 Compare
composer/composer Upgraded 2.7.7 2.8.4 Compare
composer/pcre Upgraded 3.1.4 3.3.2 Compare
doctrine/deprecations Upgraded 1.1.3 1.1.4 Compare
ergebnis/composer-normalize Upgraded 2.43.0 2.45.0 Compare
ergebnis/json Upgraded 1.2.0 1.4.0 Compare
ergebnis/json-normalizer Upgraded 4.5.0 4.8.0 Compare
ergebnis/json-pointer Upgraded 3.4.0 3.6.0 Compare
ergebnis/json-printer Upgraded 3.5.0 3.7.0 Compare
ergebnis/json-schema-validator Upgraded 4.2.0 4.4.0 Compare
ergebnis/phpstan-rules Upgraded 2.2.0 2.5.0 Compare
ergebnis/phpunit-slow-test-detector Upgraded 2.15.0 2.17.0 Compare
felixfbecker/language-server-protocol Upgraded v1.5.2 v1.5.3 Compare
fidry/cpu-core-counter Upgraded 1.1.0 1.2.0 Compare
filp/whoops Upgraded 2.15.4 2.16.0 Compare
guzzlehttp/psr7 Upgraded 2.6.2 2.7.0 Compare
justinrainbow/json-schema Upgraded v5.2.13 5.3.0 Compare
localheinz/diff Upgraded 1.1.1 1.2.0 Compare
maglnet/composer-require-checker Upgraded 4.11.0 4.14.0 Compare
marc-mabe/php-enum Upgraded v4.7.0 v4.7.1 Compare
myclabs/deep-copy Upgraded 1.12.0 1.12.1 Compare
netresearch/jsonmapper Upgraded v4.4.1 v4.5.0 Compare
nette/neon Upgraded v3.4.3 v3.4.4 Compare
nette/php-generator Upgraded v4.1.5 v4.1.7 Compare
nikic/php-parser Upgraded v4.19.1 v4.19.4 Compare
nunomaduro/collision Upgraded v7.10.0 v7.11.0 Compare
nunomaduro/termwind Upgraded v1.15.1 v1.17.0 Compare
ocramius/package-versions Upgraded 2.8.0 2.9.0 Compare
phpdocumentor/reflection-docblock Upgraded 5.4.1 5.6.1 Compare
phpdocumentor/type-resolver Upgraded 1.8.2 1.10.0 Compare
phpstan/phpdoc-parser Upgraded 1.29.1 1.33.0 Compare
phpstan/phpstan Upgraded 1.11.6 1.12.13 Compare
phpstan/phpstan-deprecation-rules Upgraded 1.2.0 1.2.1 Compare
phpstan/phpstan-mockery Upgraded 1.1.2 1.1.3 Compare
phpstan/phpstan-phpunit Upgraded 1.4.0 1.4.2 Compare
phpstan/phpstan-strict-rules Upgraded 1.6.0 1.6.1 Compare
phpunit/php-code-coverage Upgraded 10.1.15 10.1.16 Compare
phpunit/phpunit Upgraded 10.5.29 10.5.40 Compare
sanmai/pipeline Upgraded v6.11 6.12 Compare
sebastian/comparator Upgraded 5.0.1 5.0.3 Compare
seld/jsonlint Upgraded 1.10.2 1.11.0 Compare
spatie/array-to-xml Upgraded 3.3.0 3.4.0 Compare
spatie/phpunit-snapshot-assertions Upgraded 5.1.6 5.1.7 Compare
squizlabs/php_codesniffer Upgraded 3.10.1 3.11.2 Compare
symfony/config Upgraded v7.1.1 v7.2.0 Compare
symfony/console Upgraded v6.4.9 v6.4.15 Compare
symfony/dependency-injection Upgraded v7.1.2 v7.2.0 Compare
symfony/deprecation-contracts Upgraded v3.5.0 v3.5.1 Compare
symfony/filesystem Upgraded v7.1.2 v7.2.0 Compare
symfony/finder Upgraded v7.1.1 v7.2.0 Compare
symfony/polyfill-ctype Upgraded v1.30.0 v1.31.0 Compare
symfony/polyfill-intl-grapheme Upgraded v1.30.0 v1.31.0 Compare
symfony/polyfill-intl-normalizer Upgraded v1.30.0 v1.31.0 Compare
symfony/polyfill-mbstring Upgraded v1.30.0 v1.31.0 Compare
symfony/polyfill-php73 Upgraded v1.30.0 v1.31.0 Compare
symfony/polyfill-php80 Upgraded v1.30.0 v1.31.0 Compare
symfony/polyfill-php81 Upgraded v1.30.0 v1.31.0 Compare
symfony/polyfill-php83 Upgraded v1.30.0 v1.31.0 Compare
symfony/process Upgraded v7.1.1 v7.2.0 Compare
symfony/property-access Upgraded v7.1.1 v7.2.0 Compare
symfony/property-info Upgraded v7.1.2 v7.2.1 Compare
symfony/serializer Upgraded v7.1.2 v7.2.0 Compare
symfony/service-contracts Upgraded v3.5.0 v3.5.1 Compare
symfony/stopwatch Upgraded v7.1.1 v7.2.0 Compare
symfony/string Upgraded v7.1.2 v7.2.0 Compare
symfony/translation-contracts Upgraded v3.5.0 v3.5.1 Compare
symfony/type-info Upgraded v7.1.1 v7.2.1 Compare
symfony/validator Upgraded v7.1.2 v7.2.0 Compare
symfony/var-exporter Upgraded v7.1.2 v7.2.0 Compare
symfony/yaml Upgraded v7.1.1 v7.2.0 Compare
vimeo/psalm Upgraded 5.25.0 5.26.1 Compare
wyrihaximus/coding-standard Upgraded 2.14.0 2.15.0 Compare
wyrihaximus/phpstan-rules-wrapper Upgraded 6.1.0 6.3.0 Compare
wyrihaximus/test-utilities Upgraded 6.0.9 6.0.10 Compare

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies 📦 Pull requests that update a dependency file JSON 👨‍💼 PHP 🐘 Hypertext Pre Processor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant