Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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',
];
......
......@@ -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',
......
......@@ -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',
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment