Problem/Motivation
We can save a couple of seconds from dozens of tests by moving the initial install of the module alongside the other test modules rather than installing it separately - avoids an additional container rebuild.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3615570
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3615570-optimize-generictestbase
changes, plain diff MR !16614
Comments
Comment #2
catchComment #4
catchComment #5
catchComment #6
nicxvan commentedThis is an easy one to review!
At first I thought you could remove the
$this->getModule()call, but it's used further down a couple times.Comment #7
catchYes so did I!
Comment #10
godotislateCommitted and pushed 7db0a11 to main and f557e91 to 11.x. Thanks!