Skip to content

Bump phpunit/phpunit from 8.5.8 to 8.5.14

Bumps phpunit/phpunit from 8.5.8 to 8.5.14.

Changelog

Sourced from phpunit/phpunit's changelog.

[8.5.14] - 2021-01-17

Fixed

  • #4535: getMockFromWsdl() does not handle methods that do not have parameters correctly
  • #4572: Schema validation does not work with %xx sequences in path to phpunit.xsd
  • #4575: PHPUnit 8.5 incompatibility with PHP 8.1

[8.5.13] - 2020-12-01

Fixed

  • Running tests in isolated processes did not work with PHP 8 on Windows

[8.5.12] - 2020-11-30

Changed

  • Changed PHP version constraint in composer.json from ^7.2 to >=7.2 to allow the installation of PHPUnit 8.5 on PHP 8. Please note that the code coverage functionality is not available for PHPUnit 8.5 on PHP 8.

Fixed

  • #4529: Debug mode of Xdebug 2 is not disabled for PHPT tests

[8.5.11] - 2020-11-27

Changed

  • Bumped required version of phpunit/php-code-coverage

[8.5.10] - 2020-11-27

Added

  • Support for Xdebug 3

Fixed

  • #4516: phpunit/phpunit-selenium does not work with PHPUnit 8.5.9

[8.5.9] - 2020-11-10

Fixed

  • #3965: Process Isolation throws exceptions when PHPDBG is used
  • #4470: Infinite recursion when --static-backup --strict-global-state is used
Commits

Merge request reports