Skip to content

v1.4.0

Compare
Choose a tag to compare
@gmazzap gmazzap released this 16 Jun 11:12
· 273 commits to master since this release

Fixed

  • Hooks::sanitizeHookName() is a static function that was called dynamically

Changed

  • When an undefined function is required to be mocked, it was defined with no body, now it triggers a fatal error if not replaced. See #13

Added

  • CI tests are run for PHP 7