diff --git a/core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php b/core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php index 482c8738eea13cae526c64744290533bcc67f988..3cfb5a195e18fb3807f34c50aed81406cd0a9708 100644 --- a/core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php +++ b/core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php @@ -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', ]; diff --git a/core/modules/views/tests/src/Functional/UserBatchActionTest.php b/core/modules/views/tests/src/Functional/UserBatchActionTest.php index 4db2f4223218fb11468bf515857b38d5311842c5..d8a1870d4adee03b55ac78b6f34cf2fd538093e0 100644 --- a/core/modules/views/tests/src/Functional/UserBatchActionTest.php +++ b/core/modules/views/tests/src/Functional/UserBatchActionTest.php @@ -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', diff --git a/core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php b/core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php index d596ea333d0d7bb9c842796c60eeb3e2b7ae390f..86579c6cc2db5c602a147d003c1004b407a0301b 100644 --- a/core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php +++ b/core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php @@ -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', diff --git a/core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php b/core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php index 026f8d32638685e2710410ccbfe6622e686709dc..51110a29ccfe1b0014c00a408190f2a97d8c6692 100644 --- a/core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php +++ b/core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php @@ -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