Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2024

This PR contains the following updates:

Package Change Age Confidence
cweagans/composer-patches ^1.7 -> ^2.0 age confidence
phpunit/phpunit (source) ^9.5.1 -> ^12.0.0 age confidence
symfony/console (source) ^5.4.43 -> ^7.0.0 age confidence
symfony/filesystem (source) ^5.4.43 -> ^7.0.0 age confidence
symfony/finder (source) ^5.4.43 -> ^7.0.0 age confidence
symfony/process (source) ^5.4.43 -> ^7.0.0 age confidence

Release Notes

cweagans/composer-patches (cweagans/composer-patches)

v2.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: cweagans/composer-patches@1.7.3...2.0.0

sebastianbergmann/phpunit (phpunit/phpunit)

v12.4.2: PHPUnit 12.4.2

Compare Source

Changed
  • Skipped tests alone no longer lead to a yellow background for the test result summary
Fixed
  • #​6391: Errors during backup of global variables and static properties are not reported

Learn how to install or update PHPUnit 12.4 in the documentation.

Keep up to date with PHPUnit:

v12.4.1: PHPUnit 12.4.1

Compare Source

Fixed
  • #​6364: --filter format used by PhpStorm stopped working
  • #​6378: Wrong method name passed to DataProviderMethodCalled event value object

Learn how to install or update PHPUnit 12.4 in the documentation.

Keep up to date with PHPUnit:

v12.4.0: PHPUnit 12.4.0

Compare Source

Added
  • #​6277: Allow tests to opt out of the validation that a data provider method does not provide data sets with more values than a test method accepts
  • #​6341: Support for regular expressions with #[IgnoreDeprecations] attribute
  • #​6354: Invokable constraints
Deprecated
  • #​6284: #[RunClassInSeparateProcess] attribute
  • #​6355: Support for version constraint string argument without explicit version comparison operator

Learn how to install or update PHPUnit 12.4 in the documentation.

Keep up to date with PHPUnit:

v12.3.15: PHPUnit 12.3.15

Compare Source

Fixed
  • #​6368: failOnPhpunitWarning="false" has no effect

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.14: PHPUnit 12.3.14

Compare Source

  • No changes; phpunit.phar rebuilt with updated dependencies

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.13: PHPUnit 12.3.13

Compare Source

  • No changes; phpunit.phar rebuilt with updated dependencies

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.12: PHPUnit 12.3.12

Compare Source

  • No changes; phpunit.phar rebuilt with updated dependencies

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.11: PHPUnit 12.3.11

Compare Source

Changed
  • #​6366: Exclude __sleep() and __wakeup() from test double code generation on PHP >= 8.5

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.10: PHPUnit 12.3.10

Compare Source

Changed
  • #​6353: Disable performance optimization for tests requiring Xdebug
  • #​6357: Also collect E_DEPRECATED issues when building the test suite

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.9: PHPUnit 12.3.9

Compare Source

Changed
  • Do not use __sleep() method (which will be deprecated in PHP 8.5)

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.8: PHPUnit 12.3.8

Compare Source

Fixed
  • #​6340: Implicitly enabled display of deprecation details is not disabled when it should be

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.7: PHPUnit 12.3.7

Compare Source

Changed
  • #[IgnorePhpunitDeprecations] is now considered for test runner deprecations (where applicable)

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.6

Compare Source

v12.3.5: PHPUnit 12.3.5

Compare Source

Changed
  • #​6319: Detect premature end of PHPUnit's main PHP process
  • #​6321: Allow error_reporting=E_ALL for --check-php-configuration
Fixed
  • #​5863: TestDox printer does not show previous exception
  • #​6102: expectUserDeprecationMessage*() fails when test is run in separate process

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.4: PHPUnit 12.3.4

Compare Source

Changed
  • #​6308: Improve output of --check-php-configuration
  • The version number for the test result cache file has been incremented to reflect that its structure for PHPUnit 12.3 is not compatible with its structure for PHPUnit 8.5 and PHPUnit 9.6
Fixed
  • #​6197: ini_set('error_log') sets filepath outside open_basedir
  • #​6279: Deprecation triggered in data provider method affects all test methods using that data provider method
  • #​6281: Exceptions raised in after-test method are not reported for skipped tests

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.3: PHPUnit 12.3.3

Compare Source

Fixed
  • #​6304: PHPUnit 11.5.29 hangs when a test runner deprecation is triggered and process isolation is used (this reverts "#[IgnorePhpunitDeprecations] is now considered for test runner deprecations" from PHPUnit 12.3.1)

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.2: PHPUnit 12.3.2

Compare Source

Changed
  • #​6300: Emit warning when the name of a data provider method begins with test
  • Do not use SplObjectStorage methods that will be deprecated in PHP 8.5

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.1: PHPUnit 12.3.1

Compare Source

Added
  • #​6297: --check-php-configuration CLI option for checking whether PHP is configured for testing
Changed
  • #[IgnorePhpunitDeprecations] is now considered for test runner deprecations (where applicable)
Fixed
  • #​6160: Baseline file in a subdirectory contains absolute paths
  • #​6294: Silent failure of PHP fatal errors
  • Errors due to invalid data provided using #[TestWith] or #[TestWithJson] attributes are now properly reported
  • The DataProviderMethodFinished event is now also emitted when the provided data set has an invalid key

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.0: PHPUnit 12.3.0

Compare Source

Added
  • #​3795: Bootstrap scripts specific to test suites
  • #​6268: #[IgnorePHPUnitWarnings] attribute for ignoring PHPUnit warnings
  • #[TestDoxFormatter] and #[TestDoxFormatterExternal] attributes for configuring a custom TestDox formatter for tests that use data from data providers
  • TestRunner\ChildProcessErrored event
  • Configuration::includeTestSuites() and Configuration::excludeTestSuites()
Changed
  • #​6237: Do not run tests when code coverage analysis is requested but code coverage data cannot be collected
  • #​6272: Use @<data-set-name> format (compatible with --filter CLI option) in defect messages
  • #​6273: Warn when #[DataProvider*] attributes are mixed with #[TestWith*] attributes
Deprecated
  • #​6229: Configuration::includeTestSuite(), use Configuration::includeTestSuites() instead
  • #​6229: Configuration::excludeTestSuite(), use Configuration::excludeTestSuites() instead
  • #​6246: Using #[CoversNothing] on a test method

How to install or update PHPUnit

v12.2.9: PHPUnit 12.2.9

Compare Source

Fixed
  • #​6097: The file attribute of <testClass> node of XML test list can be wrong

How to install or update PHPUnit

v12.2.8: PHPUnit 12.2.8

Compare Source

Fixed
  • #​6274: Infinite recursion when code coverage report in OpenClover XML format is configured in XML configuration file

How to install or update PHPUnit

v12.2.7: PHPUnit 12.2.7

Compare Source

Fixed
  • #​6254: defects,randomconfiguration is supported by implementation, but it is not allowed by the XML configuration file schema
  • #​6259: Order of tests which use data from data providers is not affected by test sorting
  • #​6266: Superfluous whitespace in TestDox output when test method name has a number after the test prefix

How to install or update PHPUnit

v12.2.6: PHPUnit 12.2.6

Compare Source

Fixed
  • #​6104: Test with dependencies and data provider fails
  • #​6163: @no-named-arguments leads to static analysis errors for variadic arguments

How to install or update PHPUnit

v12.2.5: PHPUnit 12.2.5

Compare Source

Fixed
  • #​6249: No meaningful error when <testsuite> element is missing required name attribute

How to install or update PHPUnit

v12.2.4: PHPUnit 12.2.4

Compare Source

Changed
  • Including information about the Git repository (such as the commit hash and branch name) in the Open Test Reporting XML format is now an opt-in feature that can be enabled via the --include-git-information CLI option or the includeGitInformation attribute in the XML configuration file

How to install or update PHPUnit

v12.2.3: PHPUnit 12.2.3

Compare Source

Added
  • #​6236: failOnPhpunitWarning attribute on the <phpunit> element of the XML configuration file and --fail-on-phpunit-warning CLI option for controlling whether PHPUnit should fail on PHPUnit warnings (default: true)
  • #​6239: --do-not-fail-on-deprecation, --do-not-fail-on-phpunit-warning, --do-not-fail-on-phpunit-deprecation, --do-not-fail-on-empty-test-suite, --do-not-fail-on-incomplete, --do-not-fail-on-notice, --do-not-fail-on-risky, --do-not-fail-on-skipped, and --do-not-fail-on-warning CLI options
  • --do-not-report-useless-tests CLI option as a replacement for --dont-report-useless-tests
Deprecated
  • --dont-report-useless-tests CLI option (use --do-not-report-useless-tests instead)
Fixed
  • #​6243: Constraints cannot be implemented without using internal class ExpectationFailedException

How to install or update PHPUnit

v12.2.2: PHPUnit 12.2.2

Compare Source

Fixed
  • #​6222: Data Provider seems to mess up Test Dependencies
  • shortenArraysForExportThreshold XML configuration setting has no effect on all arrays exported for event-related value objects

How to install or update PHPUnit

[v12.2.1](https://redirect.github.com/sebastianberg


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Jun 10, 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: compiler/composer.lock
Command failed: composer update phpunit/phpunit:12.4.2 symfony/console:7.3.5 symfony/filesystem:7.3.2 symfony/finder:7.3.5 symfony/process:7.3.4 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires symfony/console ^7.0.0, found symfony/console[v7.0.0-BETA1, ..., 7.4.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - Root composer.json requires symfony/finder ^7.0.0, found symfony/finder[v7.0.0-BETA1, ..., 7.4.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - ondrejmirtes/simple-downgrader is locked to version 2.2.3 and an update of this package was not requested.
    - ondrejmirtes/simple-downgrader 2.2.3 requires symfony/console ^5.4.47 -> found symfony/console[v5.4.47, 5.4.x-dev] but it conflicts with your root composer.json require (^7.0.0).
  Problem 4
    - Root composer.json requires phpunit/phpunit ^12.0.0 -> satisfiable by phpunit/phpunit[12.4.2].
    - phpunit/phpunit 12.4.2 requires php >=8.3 -> your php version (8.2.99; overridden via config.platform, actual: 8.2.29) does not satisfy that requirement.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Aug 12, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Aug 12, 2024
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Aug 12, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Aug 13, 2024
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Aug 13, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Aug 15, 2024
@renovate renovate bot force-pushed the renovate/major-compiler branch from bf1fa25 to e6de424 Compare August 26, 2024 11:07
@renovate renovate bot changed the base branch from 1.11.x to 1.12.x August 26, 2024 11:08
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Oct 6, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Oct 7, 2024
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Oct 7, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Oct 8, 2024
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Oct 9, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Oct 14, 2024
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Oct 14, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Oct 26, 2024
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Nov 6, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Nov 6, 2024
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Nov 7, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Nov 8, 2024
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Nov 8, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Nov 9, 2024
@renovate renovate bot force-pushed the renovate/major-compiler branch from e6de424 to 209816c Compare November 11, 2024 07:46
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Nov 11, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Nov 11, 2024
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Nov 15, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Nov 17, 2024
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Nov 19, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Nov 19, 2024
@renovate renovate bot force-pushed the renovate/major-compiler branch 2 times, most recently from 115a4cf to 89cf138 Compare August 29, 2025 16:39
@renovate renovate bot changed the title fix(deps): update compiler (major) Update compiler (major) Aug 30, 2025
@renovate renovate bot force-pushed the renovate/major-compiler branch from 89cf138 to 937a25c Compare September 3, 2025 09:00
@renovate renovate bot changed the title Update compiler (major) fix(deps): update compiler (major) Sep 4, 2025
@renovate renovate bot changed the title fix(deps): update compiler (major) Update compiler (major) Sep 7, 2025
@renovate renovate bot force-pushed the renovate/major-compiler branch from 937a25c to ff032a2 Compare September 11, 2025 10:11
@renovate renovate bot changed the title Update compiler (major) fix(deps): update compiler (major) Sep 11, 2025
@renovate renovate bot changed the title fix(deps): update compiler (major) Update compiler (major) Sep 13, 2025
@renovate renovate bot force-pushed the renovate/major-compiler branch 2 times, most recently from 346e1e4 to 35276e2 Compare September 15, 2025 08:04
@renovate renovate bot changed the title Update compiler (major) fix(deps): update compiler (major) Sep 16, 2025
@renovate renovate bot changed the title fix(deps): update compiler (major) Update compiler (major) Sep 17, 2025
@renovate renovate bot force-pushed the renovate/major-compiler branch 8 times, most recently from 73f4e7b to d6f9367 Compare September 28, 2025 13:04
@renovate renovate bot force-pushed the renovate/major-compiler branch 3 times, most recently from b5c4205 to fb41a03 Compare October 9, 2025 19:11
@renovate renovate bot force-pushed the renovate/major-compiler branch 4 times, most recently from 0f17faa to f460d30 Compare October 31, 2025 12:46
@renovate renovate bot force-pushed the renovate/major-compiler branch from f460d30 to 72450ca Compare October 31, 2025 13:35
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