Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / taxonomy / tests / src / Functional / TaxonomyImageTest.php
similarity index 94%
rename from web/core/modules/taxonomy/src/Tests/TaxonomyImageTest.php
rename to web/core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php
index 7d2ee2b639d3a83cccd18ef09947b1c40dcd4aae..504c0da6c411f17d4702399ab96f76bea26c0319 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 
-namespace Drupal\taxonomy\Tests;
+namespace Drupal\Tests\taxonomy\Functional;
 
 use Drupal\field\Entity\FieldConfig;
+use Drupal\Tests\TestFileCreationTrait;
 use Drupal\user\RoleInterface;
 use Drupal\file\Entity\File;
 use Drupal\field\Entity\FieldStorageConfig;
@@ -14,6 +15,11 @@ use Drupal\field\Entity\FieldStorageConfig;
  */
 class TaxonomyImageTest extends TaxonomyTestBase {
 
+  use TestFileCreationTrait {
+    getTestFiles as drupalGetTestFiles;
+    compareFiles as drupalCompareFiles;
+  }
+
   /**
    * Used taxonomy vocabulary.
    *