Changes between Version 2 and Version 3 of Ticket #50482, comment 23
- Timestamp:
- 08/07/2021 11:18:53 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50482, comment 23
v2 v3 12 12 That should then show the underlying error and once that it solved, the test can be brought back to its normal state. 13 13 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.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. 15 15 16 16 So 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.