Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / taxonomy / tests / src / Functional / Views / TaxonomyTestBase.php
similarity index 97%
rename from web/core/modules/taxonomy/src/Tests/Views/TaxonomyTestBase.php
rename to web/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php
index 6ff5514188e9d6453389ca2c9a301aaf04c0e4af..a2d8ec14a380545f77b3c81c98bfdd5122b9a215 100644 (file)
@@ -1,11 +1,11 @@
 <?php
 
-namespace Drupal\taxonomy\Tests\Views;
+namespace Drupal\Tests\taxonomy\Functional\Views;
 
 use Drupal\Core\Field\FieldStorageDefinitionInterface;
 use Drupal\Core\Language\LanguageInterface;
 use Drupal\field\Tests\EntityReference\EntityReferenceTestTrait;
-use Drupal\views\Tests\ViewTestBase;
+use Drupal\Tests\views\Functional\ViewTestBase;
 use Drupal\views\Tests\ViewTestData;
 use Drupal\taxonomy\Entity\Vocabulary;
 use Drupal\taxonomy\Entity\Term;