Changes between Initial Version and Version 1 of Ticket #46149, comment 70
- Timestamp:
- 08/06/2021 07:38:18 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46149, comment 70
initial v1 1 Test suites running on PHP8 for my plugin utilize tests lib on the trunk/master branch in order to work around compatibility issues with building our plugin test suites off the top of the WP core test suite.... Maybe this was short sighted but I needed php8 unit tests working and this was the fastest way to get it working.1 My test suites running on PHP8 for my plugin utilize tests lib on the trunk/master branch in order to work around compatibility issues with building our plugin test suites off the top of the WP core test suite.... Maybe this was short sighted but I needed php8 unit tests working and this was the fastest way to get it working. 2 2 3 3 The PHPUnit polyfills works wonderfully. Thank you for all this hard work.