Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / src / Functional / Update / FieldSchemaDataUninstallUpdateTest.php
similarity index 77%
rename from web/core/modules/system/src/Tests/Update/FieldSchemaDataUninstallUpdateTest.php
rename to web/core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php
index 6c5d2f2448ca3e9ae6319f453293c48a68098e38..782e3410f95fb15b9f6f3acbcff72a76907ecbe6 100644 (file)
@@ -1,6 +1,8 @@
 <?php
 
-namespace Drupal\system\Tests\Update;
+namespace Drupal\Tests\system\Functional\Update;
+
+use Drupal\FunctionalTests\Update\UpdatePathTestBase;
 
 /**
  * Tests the upgrade path after fixing field schema data uninstallation.
@@ -16,9 +18,9 @@ class FieldSchemaDataUninstallUpdateTest extends UpdatePathTestBase {
    */
   protected function setDatabaseDumpFiles() {
     $this->databaseDumpFiles = [
-      __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz',
-      __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.block-content-uninstall.php',
-      __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.field-schema-data-uninstall-2573667.php',
+      __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz',
+      __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.block-content-uninstall.php',
+      __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.field-schema-data-uninstall-2573667.php',
     ];
   }