Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / image / tests / src / Functional / Update / ImageUpdateTest.php
similarity index 88%
rename from web/core/modules/image/src/Tests/Update/ImageUpdateTest.php
rename to web/core/modules/image/tests/src/Functional/Update/ImageUpdateTest.php
index f3d4775b6a30a51d55d74a998b7c2c9e0db8abea..c3a5ddf2709a62875625d590cf7c9375370f56bf 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 
-namespace Drupal\image\Tests\Update;
+namespace Drupal\Tests\image\Functional\Update;
 
-use Drupal\system\Tests\Update\UpdatePathTestBase;
+use Drupal\FunctionalTests\Update\UpdatePathTestBase;
 
 /**
  * Tests Image update path.
@@ -16,7 +16,7 @@ class ImageUpdateTest extends UpdatePathTestBase {
    */
   protected function setDatabaseDumpFiles() {
     $this->databaseDumpFiles = [
-      __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8-rc1.bare.standard.php.gz',
+      __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8-rc1.bare.standard.php.gz',
     ];
   }