Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #54183, comment 13


Ignore:
Timestamp:
09/26/2021 01:37:58 AM (3 years ago)
Author:
jrf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54183, comment 13

    v2 v3  
    1212The old config will work fine for the time being and works cross-version, while the PHPUnit 9.3+ config would only work for PHPUnit 9.3+.
    1313
    14 By the time PHPUnit 10 comes out, we can start to use the "on the fly" migrate option in CI if needs be `phpunit --migrate-configuration`.
     14By the time PHPUnit 10 comes out (and the old config is no longer supported in PHPUnit 10), we can start to use the "on the fly" migrate option in CI if needs be:
     15
     16{{{
     17phpunit --migrate-configuration
     18}}}
     19
    1520
    1621