Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #50482, comment 23


Ignore:
Timestamp:
08/07/2021 11:18:53 PM (5 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50482, comment 23

    v2 v3  
    1212That should then show the underlying error and once that it solved, the test can be brought back to its normal state.
    1313
    14 Also now the patches for #46149 have been committed, more recent versions of PHPUnit can now be used with the Core tests and in my experience, those should no longer display this particular error, but should display an error for the ``real``, underlying issue.
     14Also now the patches for #46149 have been committed, more recent versions of PHPUnit can now be used with the Core tests and in my experience, those should no longer display this particular error, but should display an error for the ''real'', underlying issue.
    1515
    1616So if this is a Core test, please use PHPUnit 9.x when testing on PHP 7.3 as of now. You should get this automatically when running `composer update` on PHP 7.3.