X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Flayout_builder%2Ftests%2Fsrc%2FFunctional%2FUpdate%2FSectionDependenciesUpdatePathTest.php;fp=web%2Fcore%2Fmodules%2Flayout_builder%2Ftests%2Fsrc%2FFunctional%2FUpdate%2FSectionDependenciesUpdatePathTest.php;h=70f5e89c8d7db355de840c0c07a6c0a54fa89f81;hp=625844e36f7ee1bc60f42c162247337ae07b074a;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php b/web/core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php index 625844e36..70f5e89c8 100644 --- a/web/core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php +++ b/web/core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php @@ -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', ]; }