Pull merge.
[yaffs-website] / web / core / modules / taxonomy / tests / src / Functional / TaxonomyTestBase.php
index ed8b95f60624c5f2360931955dd253ea1e86b109..b75295ad0de2bac152ff20867cd2facb86c52b14 100644 (file)
@@ -2,9 +2,8 @@
 
 namespace Drupal\Tests\taxonomy\Functional;
 
-use Drupal\field\Tests\EntityReference\EntityReferenceTestTrait;
 use Drupal\Tests\BrowserTestBase;
-use Drupal\taxonomy\Tests\TaxonomyTestTrait;
+use Drupal\Tests\field\Traits\EntityReferenceTestTrait;
 
 /**
  * Provides common helper methods for Taxonomy module tests.