Fixed
Project:
Drupal core
Version:
main
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Jul 2026 at 08:13 UTC
Updated:
4 Aug 2026 at 13:02 UTC
Jump to comment: Most recent
Views tests install a module then immediately rebuild the container again, looks like it shouldn't be necessary, let's find out.
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:
Comments
Comment #3
catchComment #4
smustgrave commentedSeems straight forward. Since it's a base class any concern for contrib/custom modules? Assuming not but wanted to ask.
Comment #5
catchI think if this was going to fail one of the core tests would. It was probably an old workaround for using $this->container where it shouldn't be
Comment #6
longwaveCommitted and pushed 1ffc3dce183 to main. Thanks!