Skip to content

v3.0.4

Latest
Compare
Choose a tag to compare
@kenjis kenjis released this 26 Dec 04:24
· 8 commits to 3.x since this release
b4f53e1

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