Releases: kenjis/ci-phpunit-test
Releases · kenjis/ci-phpunit-test
v3.0.4
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
v3.0.3
Others
- Compatible with CodeIgniter 3.1.13
v2.0.2
Others
- Compatible with CodeIgniter 3.1.13
v1.0.2
Others
- Compatible with CodeIgniter 3.1.13
v3.0.1
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
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
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
Changed
- Require PHP 7.3 or later, PHPUnit 9.3 or later
v2.0.0
Changed
- Require PHP 7.2 or later, PHPUnit 8.1 to 9.2