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 dependency phpunit/phpunit to v10.5.45 #42

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpunit/phpunit (source) 10.5.13 -> 10.5.45 age adoption passing confidence

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v10.5.45

Compare Source

v10.5.44: PHPUnit 10.5.44

Compare Source

Fixed
  • #​6115: Backed enumerations with values not of type string cannot be used in customized TestDox output

How to install or update PHPUnit

v10.5.43: PHPUnit 10.5.43

Compare Source

Changed
  • Do not skip execution of test that depends on a test that is larger than itself

How to install or update PHPUnit

v10.5.42: PHPUnit 10.5.42

Compare Source

Fixed
  • #​6103: Output from test run in separate process is printed twice
  • #​6109: Skipping a test in a before-class method crashes JUnit XML logger
  • #​6111: Deprecations cause SourceMapper to scan all <source/> files

How to install or update PHPUnit

v10.5.41: PHPUnit 10.5.41

Compare Source

Added
  • Test\AfterLastTestMethodErrored, Test\AfterTestMethodErrored, Test\BeforeTestMethodErrored, Test\PostConditionErrored, and Test\PreConditionErrored events
Fixed
  • #​6094: Errors in after-last-test methods are not reported
  • #​6095: Expectation is not counted correctly when a doubled method is called more often than is expected
  • #​6098: No system-out element in JUnit XML logfile

How to install or update 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

v10.5.29: PHPUnit 10.5.29

Compare Source

Fixed
  • #​5887: Issue baseline generator does not correctly handle ignoring suppressed issues
  • #​5908: --list-tests and --list-tests-xml CLI options do not report error when data provider method throws exception

How to install or update PHPUnit

v10.5.28

Compare Source

v10.5.27: PHPUnit 10.5.27

Compare Source

Changed
  • Updated dependencies (so that users that install using Composer's --prefer-lowest CLI option also get recent versions)
Fixed
  • #​5892: Errors during write of phpunit.xml are not handled correctly when --generate-configuration is used

How to install or update PHPUnit

v10.5.26: PHPUnit 10.5.26

Compare Source

Added
  • --only-summary-for-coverage-text CLI option to reduce the code coverage report in text format to a summary
  • --show-uncovered-for-coverage-text CLI option to expand the code coverage report in text format to include a list of uncovered files

How to install or update PHPUnit

v10.5.25: PHPUnit 10.5.25

Compare Source

Changed
  • Updated dependencies for PHAR distribution

How to install or update PHPUnit

v10.5.24: PHPUnit 10.5.24

Compare Source

Changed
  • #​5877: Use array_pop() instead of array_shift() for processing Test objects in TestSuite::run() and optimize TestSuite::isEmpty()

How to install or update PHPUnit

v10.5.23: PHPUnit 10.5.23

Compare Source

Changed
  • #​5875: Also destruct TestCase objects early that use a data provider

How to install or update PHPUnit

v10.5.22: PHPUnit 10.5.22

Compare Source

Changed
  • #​5871: Do not collect unnecessary information using debug_backtrace()

How to install or update PHPUnit

v10.5.21: PHPUnit 10.5.21

Compare Source

Changed
  • #​5861: Destroy TestCase object after its test was run

How to install or update PHPUnit

v10.5.20: PHPUnit 10.5.20

Compare Source

  • #​5771: JUnit XML logger may crash when test that is run in separate process exits unexpectedly
  • #​5819: Duplicate keys from different data providers are not handled properly

How to install or update PHPUnit

v10.5.19: PHPUnit 10.5.19

Compare Source

Fixed
  • #​5818: Calling method() on a test stub created using createStubForIntersectionOfInterfaces() throws an unexpected exception

How to install or update PHPUnit

v10.5.18

Compare Source

v10.5.17: PHPUnit 10.5.17

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

v10.5.16

Compare Source

v10.5.15

Compare Source

v10.5.14: PHPUnit 10.5.14

Compare Source

Changed
  • #​5747: Cache result of Groups::groups()
  • #​5748: Improve performance of NamePrettifier::prettifyTestMethodName()
  • #​5750: Micro-optimize NamePrettifier::prettifyTestMethodName() once again
Fixed
  • #​5760: TestDox printer does not display details about exceptions raised in before-test methods

How 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.


  • 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 force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from 4186d58 to 5e55d06 Compare March 22, 2024 05:15
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.14 Update dependency phpunit/phpunit to v10.5.15 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from 5e55d06 to e4f0af7 Compare March 28, 2024 14:00
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.15 Update dependency phpunit/phpunit to v10.5.16 Mar 28, 2024
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.16 Update dependency phpunit/phpunit to v10.5.17 Apr 5, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from e4f0af7 to f99adb1 Compare April 5, 2024 06:49
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from f99adb1 to 4eea1cb Compare April 14, 2024 10:18
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.17 Update dependency phpunit/phpunit to v10.5.18 Apr 14, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from 4eea1cb to ecb2460 Compare April 17, 2024 14:59
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.18 Update dependency phpunit/phpunit to v10.5.19 Apr 17, 2024
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.19 Update dependency phpunit/phpunit to v10.5.20 May 2, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from ecb2460 to c45d375 Compare May 2, 2024 23:39
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from c45d375 to 701345b Compare June 15, 2024 10:16
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.20 Update dependency phpunit/phpunit to v10.5.21 Jun 15, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from 701345b to 818f95d Compare June 19, 2024 06:18
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.21 Update dependency phpunit/phpunit to v10.5.22 Jun 19, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from 818f95d to 2aef85f Compare June 20, 2024 10:20
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.22 Update dependency phpunit/phpunit to v10.5.23 Jun 20, 2024
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.23 Update dependency phpunit/phpunit to v10.5.24 Jun 20, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from 2aef85f to 3652b9f Compare June 20, 2024 14:38
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from 3652b9f to b9061c9 Compare July 3, 2024 06:37
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.24 Update dependency phpunit/phpunit to v10.5.25 Jul 3, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from b9061c9 to ea3bca0 Compare July 8, 2024 07:32
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.25 Update dependency phpunit/phpunit to v10.5.26 Jul 8, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from ea3bca0 to bc1c0bd Compare July 10, 2024 17:10
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.26 Update dependency phpunit/phpunit to v10.5.27 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from bc1c0bd to 15ab4e3 Compare July 18, 2024 17:03
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.27 Update dependency phpunit/phpunit to v10.5.28 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from 15ab4e3 to 0adaab9 Compare July 30, 2024 14:12
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.28 Update dependency phpunit/phpunit to v10.5.29 Jul 30, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from 0adaab9 to 6412ec2 Compare August 13, 2024 09:02
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.29 Update dependency phpunit/phpunit to v10.5.30 Aug 13, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from 6412ec2 to 214a93d Compare September 3, 2024 12:51
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.30 Update dependency phpunit/phpunit to v10.5.31 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from 214a93d to b61f622 Compare September 4, 2024 14:52
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.31 Update dependency phpunit/phpunit to v10.5.32 Sep 4, 2024
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.32 Update dependency phpunit/phpunit to v10.5.33 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch 2 times, most recently from ca462a6 to 5090f7f Compare September 13, 2024 07:11
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.33 Update dependency phpunit/phpunit to v10.5.34 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from 5090f7f to 182fd16 Compare September 19, 2024 12:22
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.34 Update dependency phpunit/phpunit to v10.5.35 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from 182fd16 to 42be8c9 Compare October 8, 2024 16:12
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.35 Update dependency phpunit/phpunit to v10.5.36 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from 42be8c9 to f025f55 Compare October 19, 2024 13:56
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.36 Update dependency phpunit/phpunit to v10.5.37 Oct 19, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from f025f55 to 05cf742 Compare October 28, 2024 16:20
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.37 Update dependency phpunit/phpunit to v10.5.38 Oct 28, 2024
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.38 Update dependency phpunit/phpunit to v10.5.39 Dec 11, 2024
Copy link
Contributor Author

renovate bot commented Dec 11, 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: app/laravel/composer.lock
Command failed: composer update phpunit/phpunit:10.5.45 --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
    - laravel/framework is locked to version v10.48.2 and an update of this package was not requested.
    - laravel/framework v10.48.2 requires league/commonmark ^2.2.1 -> satisfiable by league/commonmark[2.4.2].
    - league/commonmark 2.4.2 requires league/config ^1.1.1 -> satisfiable by league/config[v1.2.0].
    - league/config v1.2.0 requires nette/schema ^1.2 -> satisfiable by nette/schema[v1.3.0].
    - nette/schema v1.3.0 requires php 8.1 - 8.3 -> your php version (8.4.3) does not satisfy that requirement.


@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.39 Update dependency phpunit/phpunit to v10.5.40 Dec 21, 2024
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.40 Update dependency phpunit/phpunit to v10.5.41 Jan 13, 2025
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.41 Update dependency phpunit/phpunit to v10.5.42 Jan 28, 2025
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.42 Update dependency phpunit/phpunit to v10.5.43 Jan 30, 2025
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.43 Update dependency phpunit/phpunit to v10.5.44 Jan 31, 2025
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.44 Update dependency phpunit/phpunit to v10.5.45 Feb 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.

0 participants