Skip to content

v0.11.1

Choose a tag to compare

@kenjis kenjis released this 22 Feb 02:33
· 540 commits to master since this release

Fixed

  • Fix bug that $this->input->get_request_header() returns the first header value for all tests. See #92.
  • Fix bug that config values are not reset between tests. See #94.
  • Fix bug that CI_Output::_display() is called even if you call a controller method directly (when you pass an array to the 2nd argument of $this->request()).

Others

  • Improved documentation for $this->request().