Wordpress/tests/phpunit/includes/phpunit7/MockObject/Generator
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
..
deprecation.tpl.dist Tests: Backport two changes from PHPUnit 9.3: 2020-09-23 13:52:02 +00:00
mocked_class.tpl.dist Tests: Backport two changes from PHPUnit 9.3: 2020-09-23 13:52:02 +00:00
mocked_class_method.tpl.dist Tests: Backport two changes from PHPUnit 9.3: 2020-09-23 13:52:02 +00:00
mocked_clone.tpl.dist Tests: Backport two changes from PHPUnit 9.3: 2020-09-23 13:52:02 +00:00
mocked_method.tpl.dist Tests: Backport two changes from PHPUnit 9.3: 2020-09-23 13:52:02 +00:00
mocked_method_void.tpl.dist Tests: Backport two changes from PHPUnit 9.3: 2020-09-23 13:52:02 +00:00
mocked_static_method.tpl.dist Tests: Backport two changes from PHPUnit 9.3: 2020-09-23 13:52:02 +00:00
proxied_method.tpl.dist Tests: Backport two changes from PHPUnit 9.3: 2020-09-23 13:52:02 +00:00
proxied_method_void.tpl.dist Tests: Backport two changes from PHPUnit 9.3: 2020-09-23 13:52:02 +00:00
trait_class.tpl.dist Tests: Backport two changes from PHPUnit 9.3: 2020-09-23 13:52:02 +00:00
unmocked_clone.tpl.dist Tests: Backport two changes from PHPUnit 9.3: 2020-09-23 13:52:02 +00:00
wsdl_class.tpl.dist Tests: Backport two changes from PHPUnit 9.3: 2020-09-23 13:52:02 +00:00
wsdl_method.tpl.dist Tests: Backport two changes from PHPUnit 9.3: 2020-09-23 13:52:02 +00:00