Skip to content

1.0.5

Compare
Choose a tag to compare
@jrfnl jrfnl released this 30 Mar 23:40
· 245 commits to main since this release
3b59ade

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.