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.35 #73

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@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.35 age adoption passing confidence

Release Notes

sebastianbergmann/phpunit (phpunit/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: 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 added the dependencies label Sep 3, 2024
Copy link
Contributor

github-actions bot commented Sep 3, 2024

Coverage report for commit: 77fdf92
File: coverage/clover.xml

Summary - Lines: 98.16% | Methods: 94.23%
false
FilesLinesMethods
src/Awareness
   CircuitBreakerAwareTrait.php100.00%100.00%
src
   Circuit.php100.00%100.00%
   CircuitBreaker.php100.00%100.00%
   CircuitBreakerFactory.php100.00%100.00%
   State.php100.00%100.00%
src/Exception
   CircuitBreakerException.php100.00%100.00%
   OpenCircuitException.php100.00%100.00%
src/HeaderPolicy
   HttpHeaderPolicy.php100.00%100.00%
   PolicyChain.php100.00%100.00%
   RateLimitPolicy.php100.00%100.00%
   RetryAfterPolicy.php100.00%100.00%
src/Policy
   ConstantRetryPolicy.php100.00%100.00%
   ExponentialRetryPolicy.php88.89%66.67%
   LinearRetryPolicy.php88.89%66.67%
src/Storage
   CacheStorage.php100.00%100.00%
   InMemoryStorage.php91.67%66.67%

🤖 comment via lucassabreu/comment-coverage-clover

@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/unit-test-packages branch 2 times, most recently from 5fefa85 to 0b0aa06 Compare September 9, 2024 07:45
@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/unit-test-packages branch from 0b0aa06 to 06da467 Compare September 13, 2024 07:06
@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/unit-test-packages branch from 06da467 to 77fdf92 Compare September 19, 2024 11:31
@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
@ksaveras ksaveras merged commit 66f9c8a into main Sep 27, 2024
8 checks passed
@ksaveras ksaveras deleted the renovate/unit-test-packages branch September 27, 2024 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant