You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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