Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #46149, comment 70


Ignore:
Timestamp:
08/06/2021 07:38:18 PM (3 years ago)
Author:
thomasplevy
Comment:

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.
     1My 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.
    22
    33The PHPUnit polyfills works wonderfully. Thank you for all this hard work.