Skip to content

v0.19.0

Compare
Choose a tag to compare
@kenjis kenjis released this 02 Mar 10:54
· 13 commits to master since this release

Changed

  • If you use Monkey Patching with nikic/PHP-Parser 4.6 or later, the line number when an error occurs is probably different from the actual source code. Please check the cache file of the source that Monkey Patching creates.

Added

  • Now you can use nikic/PHP-Parser 4.6 or later as a Composer dependency. See #364, #366.
  • Now you can specify custom test directory. See #362.
  • Add functionality to create mocks on consecutive calls. See #339.
  • Add functionality to change ENVIRONMENT constant value testing. See #360.

Fixed

  • Fix bug that config.php is loaded before constants.php. See #348.