Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / block / tests / src / Functional / Update / BlockContextMappingUpdateTest.php
similarity index 88%
rename from web/core/modules/block/src/Tests/Update/BlockContextMappingUpdateTest.php
rename to web/core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateTest.php
index 8a3106d6284c90ffacce9a33ae2ed14f7376d301..d1acb3b4145d3631e11fc0f163d07b733b3b5631 100644 (file)
@@ -1,10 +1,10 @@
 <?php
 
-namespace Drupal\block\Tests\Update;
+namespace Drupal\Tests\block\Functional\Update;
 
 use Drupal\block\Entity\Block;
+use Drupal\FunctionalTests\Update\UpdatePathTestBase;
 use Drupal\node\Entity\Node;
-use Drupal\system\Tests\Update\UpdatePathTestBase;
 
 /**
  * Tests the upgrade path for block context mapping renames.
@@ -25,10 +25,10 @@ class BlockContextMappingUpdateTest 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-context-manager-2354889.php',
-      __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.language-enabled.php',
-      __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.block-test-enabled.php',
+      __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz',
+      __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.block-context-manager-2354889.php',
+      __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.language-enabled.php',
+      __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.block-test-enabled.php',
     ];
   }