Skip to content

v0.14.0

Choose a tag to compare

@kenjis kenjis released this 09 Feb 08:18
· 339 commits to 3.x since this release

Upgrade Note for PHPUnit 6.0 users

  • Please update application/tests/phpunit.xml. Replace it or apply this patch.

Added

  • download_helper for testing.
  • $this->newModel() for model unit testing. See #156.
  • $this->newLibrary() for library unit testing. See #161.
  • Now you can write test code for file uploading in controller testing. See #157.
  • Now Monkey Patching supports PHP 7.1 new syntax.

Fixed

  • Fix bug that include_paths and/or exclude_paths in Monkey Patching may not work correctly on Windows.

Others

  • Compatible with CodeIgniter 3.1.3
  • Update nikic/PHP-Parser to v2.1.1
  • Add nikic/PHP-Parser v3.0.3
  • Compatible with PHPUnit 6.0