Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 12, 2023

This PR contains the following updates:

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

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v9.6.34

Compare Source

v9.6.33: PHPUnit 9.6.33

Compare Source

Changed
  • To prevent Poisoned Pipeline Execution (PPE) attacks using prepared .coverage files in pull requests, a PHPT test will no longer be run if the temporary file for writing code coverage information already exists before the test runs

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

Keep up to date with PHPUnit:

v9.6.32: PHPUnit 9.6.32

Compare Source

Changed
  • PHPUnit\Framework\MockObject exceptions are now subtypes of PHPUnit\Exception

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

Keep up to date with 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


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 is behind base branch, 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 renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.12 chore(deps): update dependency phpunit/phpunit to v9.6.13 Sep 19, 2023
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from ec20309 to 774686b Compare September 19, 2023 06:15
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 774686b to 4493efb Compare October 17, 2023 08:01
@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.31%. Comparing base (37bdc59) to head (4754d83).

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #22   +/-   ##
=========================================
  Coverage     80.31%   80.31%           
  Complexity       24       24           
=========================================
  Files             4        4           
  Lines           127      127           
=========================================
  Hits            102      102           
  Misses           25       25           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 4493efb to d693d18 Compare October 17, 2023 08:49
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.13 chore(deps): update dependency phpunit/phpunit to v9.6.15 Dec 1, 2023
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from d693d18 to e74f280 Compare December 1, 2023 19:11
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.15 chore(deps): update dependency phpunit/phpunit to v9.6.16 Jan 19, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from e74f280 to 8dba71e Compare January 19, 2024 10:35
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.16 chore(deps): update dependency phpunit/phpunit to v9.6.17 Feb 23, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 8dba71e to 5457228 Compare February 23, 2024 13:58
@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 5457228 to 9cce6f5 Compare March 21, 2024 12:28
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 9cce6f5 to 5aa7548 Compare April 5, 2024 05:04
@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 5aa7548 to 954c234 Compare May 7, 2024 08:21
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 954c234 to f72bc2d Compare July 10, 2024 14:03
@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 renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from f72bc2d to d7b5787 Compare September 19, 2024 12:03
@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 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 d7b5787 to a50c1a0 Compare December 5, 2024 16:40
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from a50c1a0 to 7cc721f Compare May 2, 2025 09:10
@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 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 2 times, most recently from 72fc0a8 to 04f6b1e Compare August 14, 2025 09:01
@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 04f6b1e to 2e29cc4 Compare August 20, 2025 21:12
@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 2e29cc4 to 27e4217 Compare September 11, 2025 06:50
@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 27e4217 to 5a675b9 Compare September 14, 2025 10:09
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 5a675b9 to d4c815c Compare September 23, 2025 06:49
@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 d4c815c to dc6c6ff Compare September 24, 2025 07:12
@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 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 2 times, most recently from 3332281 to aea330d Compare December 6, 2025 10:01
@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
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from aea330d to 391822f Compare December 15, 2025 15:48
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from 391822f to fa7501c Compare January 24, 2026 18:34
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.31 chore(deps): update dependency phpunit/phpunit to v9.6.32 Jan 24, 2026
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-9.x branch from fa7501c to 4754d83 Compare January 27, 2026 06:30
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.32 chore(deps): update dependency phpunit/phpunit to v9.6.34 Jan 27, 2026
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v9.6.34 chore(deps): update dependency phpunit/phpunit to v9.6.34 - autoclosed Jan 28, 2026
@renovate renovate bot closed this Jan 28, 2026
@renovate renovate bot deleted the renovate/phpunit-phpunit-9.x branch January 28, 2026 03:58
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.

0 participants