Skip to content

Releases: kenjis/ci-phpunit-test

v3.0.4

26 Dec 04:24
b4f53e1
Compare
Choose a tag to compare

Added

  • You can set return value type void as ':void' when you use $this->getDouble().
$mock = $this->getDouble(
    'SplFileObject',
    ['next' => ':void'],
    ['php://memory']
);

Fixed

  • Fix bug that pre_controller can't modify $class/$method. See #394.

Others

  • Compatible with PHP 8.1

v3.0.3

17 Mar 02:54
Compare
Choose a tag to compare

Others

  • Compatible with CodeIgniter 3.1.13

v2.0.2

17 Mar 02:47
Compare
Choose a tag to compare

Others

  • Compatible with CodeIgniter 3.1.13

v1.0.2

17 Mar 02:37
Compare
Choose a tag to compare

Others

  • Compatible with CodeIgniter 3.1.13

v3.0.2

27 Oct 10:21
a29b3db
Compare
Choose a tag to compare

Others

  • Compatible with PHP 8.0

v3.0.1

14 Jul 06:15
b6dc7b6
Compare
Choose a tag to compare

Fixed

  • Fix bug that install.php --from-composer does not work. See #371.
  • Exclude views/errors/ for PHPUnit coverage report. See #372.
  • Fix bug that Monkey Patching causes Warning: flock(): Illegal operation argument. See #377.

v2.0.1

14 Jul 06:11
f17bb57
Compare
Choose a tag to compare

Fixed

  • Fix bug that install.php --from-composer does not work. See #371.
  • Fix bug that Monkey Patching causes Warning: flock(): Illegal operation argument. See #377.

v1.0.1

14 Jul 06:06
e59875e
Compare
Choose a tag to compare

Fixed

  • Fix bug that install.php --from-composer does not work. See #371.
  • Fix bug that Monkey Patching causes Warning: flock(): Illegal operation argument. See #377.

v3.0.0

03 Mar 05:46
Compare
Choose a tag to compare

Changed

  • Require PHP 7.3 or later, PHPUnit 9.3 or later

v2.0.0

03 Mar 02:40
7efc611
Compare
Choose a tag to compare

Changed

  • Require PHP 7.2 or later, PHPUnit 8.1 to 9.2