Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / layout_builder / tests / src / Functional / Update / SectionDependenciesUpdatePathTest.php
index 625844e36f7ee1bc60f42c162247337ae07b074a..70f5e89c8d7db355de840c0c07a6c0a54fa89f81 100644 (file)
@@ -9,6 +9,7 @@ use Drupal\FunctionalTests\Update\UpdatePathTestBase;
  * Tests the upgrade path for Layout Builder section dependencies.
  *
  * @group layout_builder
+ * @group legacy
  */
 class SectionDependenciesUpdatePathTest extends UpdatePathTestBase {
 
@@ -18,6 +19,7 @@ class SectionDependenciesUpdatePathTest extends UpdatePathTestBase {
   protected function setDatabaseDumpFiles() {
     $this->databaseDumpFiles = [
       __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.4.0.bare.standard.php.gz',
+      __DIR__ . '/../../../fixtures/update/layout-builder.php',
       __DIR__ . '/../../../fixtures/update/section-dependencies.php',
     ];
   }