Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Update dependency phpunit/phpunit to v10.5.46#18

Open
renovate[bot] wants to merge 1 commit into0.0.xfrom
renovate/phpunit-phpunit-10.x
Open

Update dependency phpunit/phpunit to v10.5.46#18
renovate[bot] wants to merge 1 commit into0.0.xfrom
renovate/phpunit-phpunit-10.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 18, 2024

This PR contains the following updates:

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

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v10.5.46

Compare Source

v10.5.45: PHPUnit 10.5.45

Compare Source

Changed
  • #​6117: Include source location information for issues triggered during test in --debug output
  • #​6119: Improve message for errors that occur while parsing attributes

How to install or update PHPUnit

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: PHPUnit 10.5.35

Compare Source

Changed
  • #​5956: Deprecation of the E_STRICT constant in PHP 8.4
Fixed
  • #​5950: TestDox text should not be trim()med when it contains $ character
  • The attribute parser will no longer try to instantiate attribute classes that do not exist

How to install or update PHPUnit

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: PHPUnit 10.5.28

Compare Source

Fixed
  • #​5898: Test\Passed event is not emitted for PHPT tests
  • --coverage-filter CLI option could not be used multiple times

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 branch from 96314d5 to 9f28fa2 Compare July 30, 2024 12:14
@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 branch from 9f28fa2 to 5236908 Compare August 13, 2024 06:36
@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 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 branch 2 times, most recently from d64309c to 56480b7 Compare September 4, 2024 16: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 force-pushed the renovate/phpunit-phpunit-10.x branch from 56480b7 to fb64900 Compare September 9, 2024 08:14
@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 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 branch from fb64900 to 5204234 Compare September 13, 2024 07:34
@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 branch from 5204234 to 184f094 Compare September 19, 2024 14:17
@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 branch from 184f094 to f27baff Compare October 8, 2024 16:10
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from f27baff to 9499adf Compare October 19, 2024 16:13
@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 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 force-pushed the renovate/phpunit-phpunit-10.x branch from 9499adf to 3f3e81e Compare October 28, 2024 15:20
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from 3f3e81e to c3890e2 Compare December 11, 2024 12:29
@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
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from c3890e2 to 4c29526 Compare December 21, 2024 07:22
@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 force-pushed the renovate/phpunit-phpunit-10.x branch from 4c29526 to 4041d2e Compare January 13, 2025 12:24
@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 force-pushed the renovate/phpunit-phpunit-10.x branch from 4041d2e to da5c76e Compare January 28, 2025 17:55
@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 29, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from da5c76e to b6b817e Compare January 29, 2025 14:10
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from b6b817e to 4b156f2 Compare January 31, 2025 09:28
@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 force-pushed the renovate/phpunit-phpunit-10.x branch from 4b156f2 to 3fb3e26 Compare February 6, 2025 16:56
@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
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from 3fb3e26 to 470ee0c Compare May 2, 2025 10:21
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.45 Update dependency phpunit/phpunit to v10.5.46 May 2, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants