Releases: jakzal/phpunit-doubles
Releases · jakzal/phpunit-doubles
PHP 8.1 support
Drop PHP 7.3 / add support for PHP 8.0
PHPUnit ^9.1 and PHP ^7.3
PHPUnit 9.1 compatibility
- Update the method definition to match the one in updated phpunit #15
PHPUnit 9 support
- Support PHPUnit 9
- [BC BREAK] It's no longer possible to mock multiple interfaces with PHPUnit mock objects
Maintenance release
Tests run on PHP 7.4.
Phar built with the latest box version
PHPUnit 8.2 support and improved performance
PHPUnit's base TestCase is now ignored from property extraction which removes the problem caused by phpdocumentor's reflectiondocblock when parsing PHPUnit's improved type definitions, and improved performance in the same time. #10
Restrict phpunit to <8.2
phpdocumentor/reflection-docblock doesn't deal well with newly introduced type hints in phpunit.
PHPUnit 8.0 support
- minimum required PHP version raised to 7.2
- minimum required PHPUnit version raised to 8.0