Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / src / Functional / Entity / Update / SqlContentEntityStorageSchemaIndexFilledTest.php
similarity index 67%
rename from web/core/modules/system/src/Tests/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php
rename to web/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php
index 623e6c6c7c8f0db90054418f25b90ee26474c508..d3c6912f9511efb5132542980a88ce12cec272d7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace Drupal\system\Tests\Entity\Update;
+namespace Drupal\Tests\system\Functional\Entity\Update;
 
 /**
  * Runs SqlContentEntityStorageSchemaIndexTest with a dump filled with content.
@@ -14,7 +14,7 @@ class SqlContentEntityStorageSchemaIndexFilledTest extends SqlContentEntityStora
    */
   protected function setDatabaseDumpFiles() {
     parent::setDatabaseDumpFiles();
-    $this->databaseDumpFiles[0] = __DIR__ . '/../../../../tests/fixtures/update/drupal-8.filled.standard.php.gz';
+    $this->databaseDumpFiles[0] = __DIR__ . '/../../../../fixtures/update/drupal-8.filled.standard.php.gz';
   }
 
 }