Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: jakzal/phpunit-doubles

PHP 8.1 support

17 Jan 21:32
b006a14

Choose a tag to compare

  • Add support for PHP 8.1 #18
  • Drop support for PHP 7.4 #18

Drop PHP 7.3 / add support for PHP 8.0

30 Nov 22:34
c1eb916

Choose a tag to compare

  • Drop PHP 7.3 #17
  • Add support for PHP 8.0 #17
  • Bring back support for PHPUnit 9.0 #17

PHPUnit ^9.1 and PHP ^7.3

06 Apr 12:36
68d1072

Choose a tag to compare

  • Drop PHP 7.2 #16
  • Drop PHPUnit < 9.1 #16
  • [deprecated] Deprecate the TestDoubles trait in favor of ProphecyTestDoubles and PHPUnitTestDoubles

PHPUnit 9.1 compatibility

06 Apr 10:54
26d51b9

Choose a tag to compare

  • Update the method definition to match the one in updated phpunit #15

PHPUnit 9 support

10 Feb 22:35
8c3beb3

Choose a tag to compare

  • Support PHPUnit 9
  • [BC BREAK] It's no longer possible to mock multiple interfaces with PHPUnit mock objects

Maintenance release

14 Dec 09:27
2213646

Choose a tag to compare

Tests run on PHP 7.4.

Phar built with the latest box version

11 Jun 12:54
d17e018

Choose a tag to compare

PHPUnit 8.2 support and improved performance

08 Jun 07:11
733da28

Choose a tag to compare

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

08 Jun 06:18
71f6f99

Choose a tag to compare

phpdocumentor/reflection-docblock doesn't deal well with newly introduced type hints in phpunit.

PHPUnit 8.0 support

04 Feb 14:15
2a3b6db

Choose a tag to compare

  • minimum required PHP version raised to 7.2
  • minimum required PHPUnit version raised to 8.0