Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Jul 2025 at 12:48 UTC
Updated:
26 Jul 2025 at 22:14 UTC
Jump to comment: Most recent
Comments
Comment #3
mondrakeComment #4
godotislateI ran these commands:
phpunit --list-tests --group package_manager | grep Packagephpunit --list-tests --group="#slow" | grep Packageon both this MR branch and 11.x and confirmed that the following all show up as expected:
Changes look straightforward. LGTM.
Comment #7
catchCommitted/pushed to 11.x, thanks!
Comment #8
mondrake