Closed (fixed)
Project:
Drupal core
Version:
9.4.x-dev
Component:
phpunit
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2022 at 20:46 UTC
Updated:
25 May 2022 at 08:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alexpottI tested this with multiple requirement warnings by hacking in an additional requirement to system_requirements and asserting on it in \Drupal\Tests\RequirementsPageTrait::updateRequirementsProblem() as well as the expected PHP one.
Comment #3
xjm#2 works; I don't know that we can do better than that. The @todo still applies but better to fix the test suite for now.
Comment #6
larowlanCommitted to 9.5.x and cherry-picked to 9.4.x
Thanks
Comment #7
alexpottI've cherry picked this to 10.0.x because whilst it not needed there at the moment the code should be aligned and it is possible that in the future it might be needed.