Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / block / tests / src / Functional / Update / BlockRemoveDisabledRegionUpdateTest.php
similarity index 83%
rename from web/core/modules/block/src/Tests/Update/BlockRemoveDisabledRegionUpdateTest.php
rename to web/core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php
index 60ba24c712c6aefa086713c4fd405039e80d192a..4409c2868e508d9637f992b93398081e9d7c04bb 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 
-namespace Drupal\block\Tests\Update;
+namespace Drupal\Tests\block\Functional\Update;
 
-use Drupal\system\Tests\Update\UpdatePathTestBase;
+use Drupal\FunctionalTests\Update\UpdatePathTestBase;
 
 /**
  * Tests the upgrade path for removal of disabled region.
@@ -23,8 +23,8 @@ class BlockRemoveDisabledRegionUpdateTest 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.update-test-block-disabled-2513534.php',
+      __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz',
+      __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.update-test-block-disabled-2513534.php',
     ];
   }