Skip to content

v0.11.0

Choose a tag to compare

@kenjis kenjis released this 20 Jan 11:20
· 524 commits to 3.x since this release

Upgrade Note

  • Now ci-phpunit-test replaces CI_Input. If you use MY_Input, see How to Write Tests.
  • If you use Monkey Patching, please update tests/Bootstrap.php. See How to Write Tests.
  • If you use PsySH v0.5, please update to v0.6.

Added

  • $this->assertResponseCookie() to assert HTTP response cookies. See #88.
  • Now $this->request->enableHooks() calls hook display_override.
  • $this->request->addCallablePreConstructor() to add callable.
  • Now Moneky Patching can patch code with PHP 7 new syntax.
  • header() and setcookie() are added to Function Patcher's white list.

Fixed

  • _output() method in controllers does not work in controller testing.

Others

  • Compatible with CodeIgniter 3.0.4
  • Update nikic/PHP-Parser to v2.0.0