Changes between Version 2 and Version 3 of Ticket #53911, comment 13
- Timestamp:
- 08/19/2021 10:44:55 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53911, comment 13
v2 v3 1 1 Don't think this is ready for backporting too. The reason is that the main task of updating the WP tests to run on the latest PHPUnit version is not complete yet. 2 2 3 Two of the "top" requirement haven't been implemented yet: to actually be able to run the WP tests in PHPUnit 9.5, and to be able to install the polyfills (actually they are shims) globally, not in the checkout dir (that would support installing them in the Docker image, see #53945).3 Two of the "top" requirements haven't been implemented yet: to actually be able to run the WP tests in PHPUnit 9.5, and to be able to install the polyfills (actually they are shims) globally, not in the checkout dir (that would support installing them in the Docker image, see #53945). 4 4 5 5 So, unless I'm missing something, what's being backported here seems to be "half-done" changes.