Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jan 21, 2022

This PR contains the following updates:

Package Change Age Confidence
phpunit/phpunit (source) 9.5.109.6.31 age confidence

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v9.6.31: PHPUnit 9.6.31

Compare Source

  • No changes; phpunit.phar rebuilt with PHP 8.4 to work around PHP-Scoper issue #​1139

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:

v9.6.30: PHPUnit 9.6.30

Compare Source

Changed
  • Updated list of deprecated PHP configuration settings for PHP 8.4, PHP 8.5, and PHP 8.6

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:

v9.6.29: PHPUnit 9.6.29

Compare Source

  • No changes; phpunit.phar rebuilt with updated dependencies

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:

v9.6.28: PHPUnit 9.6.28

Compare Source

  • No changes; phpunit.phar rebuilt with updated dependencies

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:

v9.6.27: PHPUnit 9.6.27

Compare Source

Changed
  • #​6366: Exclude __sleep() and __wakeup() from test double code generation on PHP >= 8.5

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:

v9.6.26: PHPUnit 9.6.26

Compare Source

Changed
  • Implement __serialize() in addition to __sleep() (which will be deprecated in PHP 8.5)

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:

v9.6.25

Compare Source

v9.6.24: PHPUnit 9.6.24

Compare Source

Changed
  • Do not use ReflectionProperty::setAccessible() with PHP >= 8.1
  • Do not use SplObjectStorage methods that will be deprecated in PHP 8.5

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:

v9.6.23: PHPUnit 9.6.23

Compare Source

Changed
  • #​5956: Improved handling of deprecated E_STRICT constant
  • Improved message when test is considered risky for printing unexpected output

How to install or update PHPUnit

v9.6.22: PHPUnit 9.6.22

Compare Source

Fixed
  • #​6071: PHP Archives (PHARs) of PHPUnit 8.5 and PHPUnit 9.6 bundle outdated versions of Prophecy

How to install or update PHPUnit

v9.6.21: PHPUnit 9.6.21

Compare Source

Changed
  • #​5956: Deprecation of the E_STRICT constant in PHP 8.4
  • 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

How to install or update PHPUnit

v9.6.20: PHPUnit 9.6.20

Compare Source

Changed
  • Updated dependencies (so that users that install using Composer's --prefer-lowest CLI option also get recent versions)

How to install or update PHPUnit

v9.6.19: PHPUnit 9.6.19

Compare Source

Changed
  • The namespaces of dependencies are now prefixed with PHPUnitPHAR instead of just PHPUnit for the PHAR distribution of PHPUnit

How to install or update PHPUnit

v9.6.18: PHPUnit 9.6.18

Compare Source

Changed
  • #​5763: Release nullable type changes for PHPUnit 9.6

How to install or update PHPUnit

v9.6.17

Compare Source

v9.6.16

Compare Source

v9.6.15

Compare Source

v9.6.14

Compare Source

v9.6.13

Compare Source

v9.6.12

Compare Source

v9.6.11

Compare Source

v9.6.10

Compare Source

v9.6.9

Compare Source

v9.6.8

Compare Source

v9.6.7

Compare Source

v9.6.6

Compare Source

v9.6.5

Compare Source

v9.6.4

Compare Source

v9.6.3

Compare Source

v9.6.2

Compare Source

v9.6.1

Compare Source

v9.6.0

Compare Source

v9.5.28

Compare Source

v9.5.27

Compare Source

v9.5.26

Compare Source

v9.5.25

Compare Source

v9.5.24

Compare Source

v9.5.23

Compare Source

v9.5.22

Compare Source

v9.5.21

Compare Source

v9.5.20

Compare Source

v9.5.19

Compare Source

v9.5.18

Compare Source

v9.5.17

Compare Source

v9.5.16

Compare Source

v9.5.14

Compare Source

v9.5.13

Compare Source

v9.5.12

Compare Source

v9.5.11

Compare Source


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.


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

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

@renovate
Copy link
Author

renovate bot commented Jan 21, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update phpunit/phpunit:9.6.19 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - guzzlehttp/guzzle is locked to version 7.0.1 and an update of this package was not requested.
    - guzzlehttp/guzzle 7.0.1 requires php ^7.2.5 -> your php version (8.3.4) does not satisfy that requirement.


@codecov
Copy link

codecov bot commented Jan 21, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 18.39%. Comparing base (ea640dd) to head (341f6f5).

❗ Current head 341f6f5 differs from pull request most recent head 0428455. Consider uploading reports for the commit 0428455 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #27   +/-   ##
=========================================
  Coverage     18.39%   18.39%           
  Complexity       54       54           
=========================================
  Files             9        9           
  Lines           212      212           
=========================================
  Hits             39       39           
  Misses          173      173           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 3160f1e to 7857068 Compare January 24, 2022 10:04
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.5.12 chore(deps): update dependency phpunit/phpunit to v9.5.13 Jan 24, 2022
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 7857068 to 90a48e4 Compare February 18, 2022 13:48
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.5.13 chore(deps): update dependency phpunit/phpunit to v9.5.14 Feb 18, 2022
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 90a48e4 to ce6c3d3 Compare February 23, 2022 09:43
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.5.14 chore(deps): update dependency phpunit/phpunit to v9.5.15 Feb 23, 2022
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from ce6c3d3 to a37567b Compare February 23, 2022 18:11
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.5.15 chore(deps): update dependency phpunit/phpunit to v9.5.16 Feb 23, 2022
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from a37567b to 131ae38 Compare March 5, 2022 18:57
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.5.16 chore(deps): update dependency phpunit/phpunit to v9.5.17 Mar 5, 2022
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 131ae38 to 587d4ba Compare March 8, 2022 10:51
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.5.17 chore(deps): update dependency phpunit/phpunit to v9.5.18 Mar 8, 2022
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 587d4ba to 1b1dca9 Compare March 15, 2022 11:48
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.5.18 chore(deps): update dependency phpunit/phpunit to v9.5.19 Mar 15, 2022
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 1b1dca9 to b08310f Compare April 24, 2022 22:25
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.5.19 chore(deps): update dependency phpunit/phpunit to v9.5.20 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from b08310f to 32fb302 Compare June 23, 2022 23:05
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.5.20 chore(deps): update dependency phpunit/phpunit to v9.5.21 Jun 23, 2022
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 32fb302 to 8e3bcf9 Compare September 25, 2022 21:25
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.5.21 chore(deps): update dependency phpunit/phpunit to v9.5.25 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 8e3bcf9 to 341f6f5 Compare November 20, 2022 18:32
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.5.25 chore(deps): update dependency phpunit/phpunit to v9.5.26 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 341f6f5 to a9be33b Compare March 17, 2023 08:00
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.5.26 chore(deps): update dependency phpunit/phpunit to v9.6.5 Mar 17, 2023
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.5 chore(deps): update dependency phpunit/phpunit to v9.6.6 Mar 27, 2023
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from a9be33b to 9d59203 Compare March 27, 2023 13:59
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.6 chore(deps): update dependency phpunit/phpunit to v9.6.7 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 9d59203 to fe0c784 Compare April 17, 2023 13:34
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 345389a to cd87b1f Compare March 21, 2024 16:19
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.17 chore(deps): update dependency phpunit/phpunit to v9.6.18 Mar 21, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from cd87b1f to 0428455 Compare April 5, 2024 08:08
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.18 chore(deps): update dependency phpunit/phpunit to v9.6.19 Apr 5, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 0428455 to 23c9aef Compare July 10, 2024 17:05
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.19 chore(deps): update dependency phpunit/phpunit to v9.6.20 Jul 10, 2024
@renovate
Copy link
Author

renovate bot commented Jul 10, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update phpunit/phpunit:9.6.31 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - guzzlehttp/guzzle is locked to version 7.0.1 and an update of this package was not requested.
    - guzzlehttp/guzzle 7.0.1 requires php ^7.2.5 -> your php version (8.5.1) does not satisfy that requirement.


@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 23c9aef to ba70f80 Compare September 19, 2024 14:54
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.20 chore(deps): update dependency phpunit/phpunit to v9.6.21 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from ba70f80 to f741586 Compare December 5, 2024 14:11
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.21 chore(deps): update dependency phpunit/phpunit to v9.6.22 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from f741586 to ccd6516 Compare May 2, 2025 10:39
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.22 chore(deps): update dependency phpunit/phpunit to v9.6.23 May 2, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from ccd6516 to 28dca8c Compare August 10, 2025 12:25
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.23 chore(deps): update dependency phpunit/phpunit to v9.6.24 Aug 10, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 28dca8c to d42ee97 Compare August 20, 2025 18:44
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.24 chore(deps): update dependency phpunit/phpunit to v9.6.25 Aug 20, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from d42ee97 to 15bff8c Compare September 11, 2025 08:52
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.25 chore(deps): update dependency phpunit/phpunit to v9.6.26 Sep 11, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 15bff8c to b8e715a Compare September 14, 2025 08:24
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.26 chore(deps): update dependency phpunit/phpunit to v9.6.27 Sep 14, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from b8e715a to 1e18bea Compare September 23, 2025 09:06
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.27 chore(deps): update dependency phpunit/phpunit to v9.6.28 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 1e18bea to 1c7b863 Compare September 24, 2025 09:39
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.28 chore(deps): update dependency phpunit/phpunit to v9.6.29 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 1c7b863 to b23141a Compare December 1, 2025 09:50
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.29 chore(deps): update dependency phpunit/phpunit to v9.6.30 Dec 1, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from b23141a to d5bfcfb Compare December 6, 2025 08:26
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.30 chore(deps): update dependency phpunit/phpunit to v9.6.31 Dec 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant