Verified Commit 8177e874 authored by quietone's avatar quietone
Browse files

Issue #3347766 by Spokje, smustgrave: Address @todo-comments linking to closed issue [#3219959]

parent 6367bb87
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@ abstract class OffCanvasTestBase extends WebDriverTestBase {
   * {@inheritdoc}
   */
  protected static $modules = [
    // @todo Remove this in https://www.drupal.org/node/3219959
    'block',
    'off_canvas_test',
  ];

+0 −2
Original line number Diff line number Diff line
@@ -18,8 +18,6 @@ class UserBatchActionTest extends BrowserTestBase {
   * @var array
   */
  protected static $modules = [
    // @todo Remove this in https://www.drupal.org/node/3219959
    'block',
    'user',
    'user_batch_action_test',
    'views',
+0 −2
Original line number Diff line number Diff line
@@ -32,8 +32,6 @@ class DisplayPageTest extends ViewsKernelTestBase {
   * @var array
   */
  protected static $modules = [
    // @todo Remove this in https://www.drupal.org/node/3219959
    'block',
    'system',
    'user',
    'field',
+0 −4
Original line number Diff line number Diff line
@@ -112,10 +112,6 @@ protected function setUp(): void {
      return TRUE;
    });

    // Install the System module configuration as Olivero's block configuration
    // depends on the system menus.
    // @todo Remove this in https://www.drupal.org/node/3219959
    $this->installConfig('system');
    // Install the 'user' entity schema because the workspaces module's install
    // hook creates a workspace with default uid of 1. Then the layout_builder
    // module's implementation of hook_entity_presave will cause