Active
Project:
Drupal core
Version:
main
Component:
phpunit
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Jun 2026 at 19:15 UTC
Updated:
12 Jun 2026 at 21:32 UTC
Jump to comment: Most recent
Comments
Comment #2
mstrelan commentedOne thing to consider here is how this affects production environments. I don't have specific comments on this, but in general:
I guess this is no different to
run-tests.shthough, so might not be applicable?Comment #3
mradcliffeI think hiding in the production environment probably depends on things like #3446545: Allow specifying the environment for the kernel using an environment variables or #3590337: Introduce an AppContext object to keep track of the configured Drupal application context, but maybe composer since phpunit won't be available at all (hopefully).
Comment #4
mondrakeThanks for input, edited the IS and linked issues accordingly
Comment #6
mondrakePOC for
dr test:listin MR!16050. Used LLM support initially to get a split for the base test command class and the concrete test list class.