Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / taxonomy / tests / src / Functional / TaxonomyTestBase.php
index fdbfccd30341c1badd0624b0f0f28023f71f37be..b75295ad0de2bac152ff20867cd2facb86c52b14 100644 (file)
@@ -2,8 +2,8 @@
 
 namespace Drupal\Tests\taxonomy\Functional;
 
-use Drupal\field\Tests\EntityReference\EntityReferenceTestTrait;
 use Drupal\Tests\BrowserTestBase;
+use Drupal\Tests\field\Traits\EntityReferenceTestTrait;
 
 /**
  * Provides common helper methods for Taxonomy module tests.