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 yoast/phpunit-polyfills to v2 - autoclosed #81

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yoast/phpunit-polyfills 1.0.4 -> 2.0.0 age adoption passing confidence

Release Notes

Yoast/PHPUnit-Polyfills (yoast/phpunit-polyfills)

v2.0.0

Compare Source

PHPUnit 10 support

This release updates the PHPUnit Polyfills to allow for "writing your tests for PHPUnit 10 and running them all the way back to PHPUnit 5".

Please keep in mind that the PHPUnit Polyfills provide forward-compatibility. This means that features which PHPUnit no longer supports in PHPUnit 10.x, like expecting PHP deprecation notices or warnings, are also no longer supported in the 2.0 release of the PHPUnit Polyfills.

Please refer to the PHPUnit 10 release notification and PHPUnit 10 changelog to inform your decision on whether or not to upgrade (yet).

Projects which don't use any of the new or removed functionality in their test suite, can, of course, use the PHPUnit Polyfills 1.x and 2.x series side-by-side, like so composer require --dev yoast/phpunit-polyfills:"^1.0 || ^2.0".

⚠️ Important: about the TestListener polyfill ⚠️

The TestListener polyfill in PHPUnit Polyfills 2.0 is not (yet) compatible with PHPUnit 10.0.0.

If you need the TestListener polyfill, it is recommended to stay on the PHPUnit Polyfills 1.x series for the time being and to watch the related ticket.

Changelog
Added
  • Yoast\PHPUnitPolyfills\Polyfills\AssertIgnoringLineEndings trait to polyfill the Assert::assertStringEqualsStringIgnoringLineEndings() and the Assert::assertStringContainsStringIgnoringLineEndings() methods as introduced in PHPUnit 10.0.0. PR #​109.
  • Yoast\PHPUnitPolyfills\Polyfills\AssertIsList trait to polyfill the Assert::assertIsList() method as introduced in PHPUnit 10.0.0. PR #​110.
  • Yoast\PHPUnitPolyfills\Polyfills\AssertObjectProperty trait to polyfill the Assert::assertObjectHasProperty() and the Assert::assertObjectNotHasProperty() methods as introduced in PHPUnit 10.1.0. PR #​116.
Changed
  • Composer: allow for installation of PHPUnit 10.x. PR #​130
  • Nearly all assertion methods are now final. This alignes them with the same change made upstream in PHPUnit 10.0.0. PR #​104.
  • General housekeeping.
Removed
  • Support for PHP < 5.6. PR #​102.
  • Support for PHPUnit < 5.7.21. PR #​102.
  • Support for expecting PHP deprecations, notices, warnings and error via the Yoast\PHPUnitPolyfills\Polyfills\ExpectPHPException trait. PR #​108.
    The trait has been removed completely as PHPUnit 10 no longer supports this functionality.
  • The Yoast\PHPUnitPolyfills\Polyfills\AssertNumericType trait which is no longer needed now support for PHPUnit < 5.7 has been dropped. PR #​102.
  • The Yoast\PHPUnitPolyfills\Polyfills\ExpectException trait which is no longer needed now support for PHPUnit < 5.7 has been dropped. PR #​102.
  • The Yoast\PHPUnitPolyfills\Polyfills\AssertFileDirectory trait which is no longer needed now support for PHPUnit < 5.7 has been dropped. PR #​102.

v1.1.0

Compare Source

Added
  • Yoast\PHPUnitPolyfills\Polyfills\AssertObjectProperty trait to polyfill the Assert::assertObjectHasProperty() and Assert::assertObjectNotHasProperty() methods as backported from PHPUnit 10.1.0 to PHPUnit 9.6.11. PR #​135.
Changed
  • General housekeeping.

v1.0.5

Compare Source

Fixed
  • A custom $message parameter passed to an assertion, will no longer overrule an emulated "assertion failed" message, but will be prefixed to it instead. PR #​97.
    This applies to the following polyfills:
    • assertIsClosedResource()
    • assertIsNotClosedResource()
    • assertIsReadable()
    • assertNotIsReadable()
    • assertIsWritable()
    • assertNotIsWritable()
    • assertDirectoryExists()
    • assertDirectoryNotExists()
    • assertStringNotContainsString()
    • assertStringNotContainsStringIgnoringCase()
Changed
  • The develop branch has been removed. Development will now take place in the 1.x and 2.x branches.
  • README: links to the PHPUnit manual now point explicitly to the PHPUnit 9.x documentation. PR #​94.
  • README: new sub-section about PHPUnit version support. PR #​99.
  • README: various minor improvements. PRs #​92, #​93.
  • General housekeeping.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/yoast-phpunit-polyfills-2.x branch from 9a98457 to 5df7004 Compare August 28, 2023 11:23
@renovate renovate bot force-pushed the renovate/yoast-phpunit-polyfills-2.x branch from 5df7004 to 517d683 Compare September 20, 2023 07:48
@renovate renovate bot force-pushed the renovate/yoast-phpunit-polyfills-2.x branch from 517d683 to 0c0d5a9 Compare September 29, 2023 11:01
@renovate renovate bot force-pushed the renovate/yoast-phpunit-polyfills-2.x branch 2 times, most recently from 6dd9bbb to 45a755c Compare November 21, 2023 13:36
@renovate renovate bot force-pushed the renovate/yoast-phpunit-polyfills-2.x branch from 45a755c to 47830c4 Compare November 22, 2023 08:09
@renovate renovate bot changed the title Update dependency yoast/phpunit-polyfills to v2 Update dependency yoast/phpunit-polyfills to v2 - autoclosed Feb 8, 2024
@renovate renovate bot closed this Feb 8, 2024
@renovate renovate bot deleted the renovate/yoast-phpunit-polyfills-2.x branch February 8, 2024 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

0 participants