Make WordPress Core

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


Ignore:
Timestamp:
08/22/2020 12:49:27 AM (4 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46149, comment 38

    initial v1  
    55
    66I've taken my above PR and forked it into a [https://github.com/WordPress/wordpress-develop/pull/491 new PR 491] which does two things, which I think is a reasonable middleground
    7  - Standardises on PHPUnit8/9 assert calls, requires PHP 7.2+ to run.
    8  - Includes a bash script for use on Travis to remove the void return type hinting so that Travis can still run the Unit tests for PHP 5.6, 7.0, and 7.1.
     7 - Standardises on PHPUnit8/9 assert calls, requires PHP 7.2+ to run. ''(edit: 7.1+ but lets say 7.2 for future compat)''
     8 - Includes a bash script for use on Travis to remove the void return type hinting so that Travis can still run the Unit tests for PHP 5.6, 7.0 '', and 7.1 (edit: Not needed for 7.1 yet)''
    99
    1010