Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / field / tests / src / Functional / Update / EmailWidgetSizeSettingUpdateTest.php
similarity index 83%
rename from web/core/modules/field/src/Tests/Update/EmailWidgetSizeSettingUpdateTest.php
rename to web/core/modules/field/tests/src/Functional/Update/EmailWidgetSizeSettingUpdateTest.php
index 2703bb5e4886a65da228e11d05bf0b916bcdb54f..6e15170c8975c0e8f9ca13360b012518878e0dcc 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 
-namespace Drupal\field\Tests\Update;
+namespace Drupal\Tests\field\Functional\Update;
 
-use Drupal\system\Tests\Update\UpdatePathTestBase;
+use Drupal\FunctionalTests\Update\UpdatePathTestBase;
 
 /**
  * Tests the update for the 'size' setting of the 'email_default' field widget.
@@ -16,8 +16,8 @@ class EmailWidgetSizeSettingUpdateTest extends UpdatePathTestBase {
    */
   protected function setDatabaseDumpFiles() {
     $this->databaseDumpFiles = [
-      __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz',
-      __DIR__ . '/../../../tests/fixtures/update/drupal-8.email_widget_size_setting-2578741.php',
+      __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz',
+      __DIR__ . '/../../../fixtures/update/drupal-8.email_widget_size_setting-2578741.php',
     ];
   }