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

chore(deps): update dependency phpunit/phpunit to v10.5.38 #210

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 3, 2024

This PR contains the following updates:

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

Release Notes

sebastianbergmann/phpunit (phpunit/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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added the renovate label Sep 3, 2024
Copy link
Author

renovate bot commented Sep 3, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@coveralls
Copy link

coveralls commented Sep 3, 2024

Coverage Status

coverage: 57.809%. remained the same
when pulling 7923e36 on renovate/phpunit-phpunit-10.x
into 69b6da4 on devel.

@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from 90fa85a to 7923e36 Compare September 4, 2024 16:19
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v10.5.31 chore(deps): update dependency phpunit/phpunit to v10.5.32 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from 7923e36 to f9bf9f9 Compare September 9, 2024 07:47
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v10.5.32 chore(deps): update dependency phpunit/phpunit to v10.5.33 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from f9bf9f9 to 29ede35 Compare September 13, 2024 08:08
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v10.5.33 chore(deps): update dependency phpunit/phpunit to v10.5.34 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from 29ede35 to 57ad4ac Compare September 19, 2024 12:05
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v10.5.34 chore(deps): update dependency phpunit/phpunit to v10.5.35 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch 2 times, most recently from 6d89036 to 52614d7 Compare October 8, 2024 16:01
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v10.5.35 chore(deps): update dependency phpunit/phpunit to v10.5.36 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch 3 times, most recently from a7c812e to 09b175e Compare October 10, 2024 19:01
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from 09b175e to 2e426ff Compare October 19, 2024 13:40
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v10.5.36 chore(deps): update dependency phpunit/phpunit to v10.5.37 Oct 19, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch 4 times, most recently from 0a28805 to bcf217b Compare October 28, 2024 17:10
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v10.5.37 chore(deps): update dependency phpunit/phpunit to v10.5.38 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch 2 times, most recently from e84a32d to 8ef1b44 Compare November 6, 2024 19:56
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from 8ef1b44 to 140d527 Compare November 10, 2024 10:05
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from 140d527 to 5b5988f Compare November 10, 2024 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant