chore(deps): update dependency yoast/phpunit-polyfills to ^1.0.5 - autoclosed#992
Closed
renovate[bot] wants to merge 1 commit intomasterfrom
Closed
chore(deps): update dependency yoast/phpunit-polyfills to ^1.0.5 - autoclosed#992renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
c4190e0 to
9c56d68
Compare
9c56d68 to
e770907
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.0→^1.0.5Release Notes
Yoast/PHPUnit-Polyfills (yoast/phpunit-polyfills)
v1.0.5Compare Source
Fixed
$messageparameter 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
developbranch has been removed. Development will now take place in the1.xand2.xbranches.v1.0.4Compare Source
This is a maintenance release.
Changed
Yoast\PHPUnitPolyfills\Autoloadclass is nowfinal. PR #77.v1.0.3Compare Source
Changed
Fixed
assertIsClosedResource()andassertIsNotClosedResource()assertions will now be more informative, most notably, when the value under test is a closed resource. PR #65, props [Alain Schlesser] for reporting.v1.0.2Compare Source
As of version 2.15.0 of the
shivammathur/setup-phpaction for GitHub Actions, the PHPUnit Polyfills can be installed directly from this action using thetoolskey.Added
shivammathur/setup-phpaction. PR #52.Changed
Fixed
class_aliasfor thePHPUnit_Runner_VersionorPHPUnit\Runner\Versionclass. PR #59.v1.0.1Compare Source
Added
Yoast\PHPUnitPolyfills\Autoloadclass now contains aVERSIONconstant. Issue #46, PR #47, props [Pascal Birchler] for the suggestion.This version constant can be used by (complex) test setups to verify that the PHPUnit Polyfills which will be loaded, comply with the version requirements for the test suite.
Changed
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.
This PR was generated by Mend Renovate. View the repository job log.