Closed (fixed)
Project:
Drupal core
Version:
11.3.x-dev
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Nov 2025 at 08:56 UTC
Updated:
3 Dec 2025 at 13:29 UTC
Jump to comment: Most recent
Comments
Comment #2
catchSome of the test cases don't use the recipe that's applied in setup, so splitting the class in two between methods that need it and ones that don't is probably a quick fix.
Comment #3
catchUnfortunately not quite true that some methods don't use the recipe - they use the entity bundles/fields defined by the recipe.
Consolidating four tests methods seems like it more or less does the trick though.
Comment #5
catchSomething is up with the runners this morning and everything is twice as slow now, but this looks relatively faster even if it's absolutely slower:
Comment #6
catchMight as well do
ContentImportTesthere at the same time - similarly a lot slower than all the other functional tests.Comment #7
catchNo longer the slowest tests.
Drupal\Tests\system\Functional\Module\DependencyTestandDrupal\Tests\system\Functional\Module\NonStableModulesTestare slowest overall.Comment #8
catchComment #9
alexpottThis looks great - I'd be tempted to move to #[TestWith] instead of the data provider - but that shouldn't hold this up.
Comment #13
nod_Committed and pushed e19de46381d to 11.x and aeae5fd1c0e to 11.3.x. Thanks!