Wordpress/tests/phpunit/includes/phpunit7
Sergey Biryukov c31a551273 Tests: Backport two changes from PHPUnit 9.3:
* Replace the `Match` interface with `ParametersMatch`, to avoid parse errors due to `match` being a reserved keyword in PHP 8.
* Replace `ReflectionParameter::getClass()` usage, which is deprecated in PHP 8.

This allows tests relying on the `getMockForAbstractClass()` and `getMockBuilder()` methods to run again on PHP 8.

When the test suite is updated for compatibility with PHPUnit 9.x, these overrides can be removed.

Follow-up to [48972].

See #50913, #50902.

git-svn-id: https://develop.svn.wordpress.org/trunk@49037 602fd350-edb4-49c9-b593-d223f7449a82
2020-09-23 13:52:02 +00:00
..
MockObject Tests: Backport two changes from PHPUnit 9.3: 2020-09-23 13:52:02 +00:00
speed-trap-listener.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
testcase.php Tests: Backport two changes from PHPUnit 9.3: 2020-09-23 13:52:02 +00:00