[wp-trac] [WordPress Trac] #50902: Build/CI: fix running of the unit tests on PHP 8/nightly
WordPress Trac
noreply at wordpress.org
Sun Sep 13 02:37:03 UTC 2020
#50902: Build/CI: fix running of the unit tests on PHP 8/nightly
-------------------------------------------------+-------------------------
Reporter: jrf | Owner:
| SergeyBiryukov
Type: task (blessed) | Status: closed
Priority: normal | Milestone: 5.6
Component: Build/Test Tools | Version:
Severity: major | Resolution: fixed
Keywords: has-patch php8 commit has-unit- | Focuses: coding-
tests | standards
-------------------------------------------------+-------------------------
Comment (by SergeyBiryukov):
In [changeset:"48972" 48972]:
{{{
#!CommitTicketReference repository="" revision="48972"
Tests: Replace the native PHPUnit `getMockForAbstractClass()` and
`getMockBuilder()` methods.
This avoids parse errors in PHPUnit internals due to `match` being a
reserved keyword in PHP 8.
To run on PHP 8, the tests relying on these methods require PHPUnit 9.3 or
later.
When the test suite is updated for compatibility with PHPUnit 9.x, these
overrides can be removed.
See #50913, #50902.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/50902#comment:14>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list