Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / layout_builder / tests / src / Kernel / LayoutSectionItemListTest.php
index af8395f1731a40da12371a7e36bc33a6f579eb15..5bd354675cb843e7293054ad25134c53ca5325a3 100644 (file)
@@ -32,7 +32,10 @@ class LayoutSectionItemListTest extends SectionStorageTestBase {
       'bundle' => 'entity_test_base_field_display',
       'mode' => 'default',
       'status' => TRUE,
-    ])->setOverridable()->save();
+    ])
+      ->enableLayoutBuilder()
+      ->setOverridable()
+      ->save();
 
     array_map(function ($row) {
       return ['section' => $row];