Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / src / Functional / Update / RecalculatedDependencyTest.php
similarity index 92%
rename from web/core/modules/system/src/Tests/Update/RecalculatedDependencyTest.php
rename to web/core/modules/system/tests/src/Functional/Update/RecalculatedDependencyTest.php
index 56a010c02078212251571b1e239e44697af6569b..6eb51a2a5123a6e2911e25b73c3d09a8a2ff3890 100644 (file)
@@ -1,6 +1,8 @@
 <?php
 
-namespace Drupal\system\Tests\Update;
+namespace Drupal\Tests\system\Functional\Update;
+
+use Drupal\FunctionalTests\Update\UpdatePathTestBase;
 
 /**
  * Tests system_post_update_recalculate_dependencies_for_installed_config_entities().
@@ -14,7 +16,7 @@ class RecalculatedDependencyTest 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',
     ];
   }