Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / src / Functional / Update / UpdateEntityDisplayTest.php
similarity index 88%
rename from web/core/modules/system/src/Tests/Update/UpdateEntityDisplayTest.php
rename to web/core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php
index 0a2cbf45bbc0e79aa4765dc1c6c20d3d46dfcb03..698d331099cb0668b060716bdf77118bc7a7d0a2 100644 (file)
@@ -1,9 +1,10 @@
 <?php
 
-namespace Drupal\system\Tests\Update;
+namespace Drupal\Tests\system\Functional\Update;
 
 use Drupal\Core\Entity\Entity\EntityFormDisplay;
 use Drupal\Core\Entity\Entity\EntityViewDisplay;
+use Drupal\FunctionalTests\Update\UpdatePathTestBase;
 
 /**
  * Tests system_post_update_add_region_to_entity_displays().
@@ -17,7 +18,7 @@ class UpdateEntityDisplayTest extends UpdatePathTestBase {
    */
   protected function setDatabaseDumpFiles() {
     $this->databaseDumpFiles = [
-      __DIR__ . '/../../../tests/fixtures/update/drupal-8.bare.standard.php.gz',
+      __DIR__ . '/../../../../tests/fixtures/update/drupal-8.bare.standard.php.gz',
     ];
   }