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

Open
wants to merge 1 commit into
base: 0.12.x
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpunit/phpunit (source) 10.5.20 -> 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

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


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.

@coveralls
Copy link

coveralls commented Jun 15, 2024

Pull Request Test Coverage Report for Build 9528325004

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 81.857%

Totals Coverage Status
Change from base Build 9330867875: 0.0%
Covered Lines: 5554
Relevant Lines: 6785

💛 - Coveralls

@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 branch from 4c5f073 to 3c628c2 Compare June 19, 2024 06:28
@coveralls
Copy link

coveralls commented Jun 19, 2024

Pull Request Test Coverage Report for Build 9577248281

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 81.857%

Totals Coverage Status
Change from base Build 9330867875: 0.0%
Covered Lines: 5554
Relevant Lines: 6785

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from 3c628c2 to ccd9512 Compare June 20, 2024 10:32
@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
@coveralls
Copy link

coveralls commented Jun 20, 2024

Pull Request Test Coverage Report for Build 9595912858

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 81.857%

Totals Coverage Status
Change from base Build 9330867875: 0.0%
Covered Lines: 5554
Relevant Lines: 6785

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from ccd9512 to 6d46b18 Compare June 20, 2024 14:01
@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
@coveralls
Copy link

coveralls commented Jun 20, 2024

Pull Request Test Coverage Report for Build 9598853814

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 81.857%

Totals Coverage Status
Change from base Build 9330867875: 0.0%
Covered Lines: 5554
Relevant Lines: 6785

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from 6d46b18 to 886f4b6 Compare July 3, 2024 08:00
@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
@coveralls
Copy link

coveralls commented Jul 3, 2024

Pull Request Test Coverage Report for Build 9774049037

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 54 unchanged lines in 15 files lost coverage.
  • Overall coverage decreased (-0.9%) to 80.991%

Files with Coverage Reduction New Missed Lines %
src/Lib/PhpInternals/Types/Zend/ZendModuleEntry.php 1 85.71%
src/Lib/PhpInternals/Types/Zend/ZendFunction.php 1 98.39%
src/Lib/PhpInternals/Types/Zend/ZvalU1.php 1 96.43%
src/Lib/PhpInternals/Types/Zend/ZendOpArray.php 1 96.91%
src/Lib/PhpInternals/Types/Zend/ZendClassEntry.php 2 97.12%
src/Lib/PhpInternals/Types/Zend/ZendClassEntryInfoUser.php 2 90.91%
src/Lib/PhpInternals/Types/Zend/ZendMmChunk.php 2 83.64%
src/Lib/PhpInternals/Types/Zend/ZendArray.php 2 78.91%
src/Lib/PhpInternals/Types/Zend/ZendObjectsStore.php 2 88.24%
src/Lib/PhpInternals/Types/Zend/ZendArena.php 3 62.96%
Totals Coverage Status
Change from base Build 9330867875: -0.9%
Covered Lines: 5475
Relevant Lines: 6760

💛 - Coveralls

@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 branch from 886f4b6 to a8e36f4 Compare July 8, 2024 08:16
@coveralls
Copy link

coveralls commented Jul 8, 2024

Pull Request Test Coverage Report for Build 10163752064

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 54 unchanged lines in 15 files lost coverage.
  • Overall coverage decreased (-0.9%) to 80.991%

Files with Coverage Reduction New Missed Lines %
src/Lib/PhpInternals/Types/Zend/ZendModuleEntry.php 1 85.71%
src/Lib/PhpInternals/Types/Zend/ZendFunction.php 1 98.39%
src/Lib/PhpInternals/Types/Zend/ZvalU1.php 1 96.43%
src/Lib/PhpInternals/Types/Zend/ZendOpArray.php 1 96.91%
src/Lib/PhpInternals/Types/Zend/ZendClassEntry.php 2 97.12%
src/Lib/PhpInternals/Types/Zend/ZendClassEntryInfoUser.php 2 90.91%
src/Lib/PhpInternals/Types/Zend/ZendMmChunk.php 2 83.64%
src/Lib/PhpInternals/Types/Zend/ZendArray.php 2 78.91%
src/Lib/PhpInternals/Types/Zend/ZendObjectsStore.php 2 88.24%
src/Lib/PhpInternals/Types/Zend/ZendArena.php 3 62.96%
Totals Coverage Status
Change from base Build 9330867875: -0.9%
Covered Lines: 5475
Relevant Lines: 6760

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from a8e36f4 to f5956b2 Compare July 10, 2024 15:03
@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 branch from f5956b2 to a91d3f6 Compare July 18, 2024 17:39
@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 branch from a91d3f6 to 63fb714 Compare July 30, 2024 13:56
@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 63fb714 to 7923c00 Compare August 13, 2024 07:14
@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 branch from 7923c00 to 91f3ef9 Compare September 3, 2024 13:02
@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 from 91f3ef9 to b495f4b Compare September 4, 2024 16:15
@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 b495f4b to a2a1d25 Compare September 9, 2024 07:03
@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 branch from a2a1d25 to c174e7e Compare September 13, 2024 06:27
@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 c174e7e to 5b276af Compare September 19, 2024 14:11
@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
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.

1 participant