Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / taxonomy / src / Tests / TaxonomyTestBase.php
index b4f941da5b666d7f62dc15e9ebaea37b9224f4f3..eb9e5e983b3489c1125bc3f0afaec18cff1c4c74 100644 (file)
@@ -4,8 +4,8 @@ namespace Drupal\taxonomy\Tests;
 
 @trigger_error(__NAMESPACE__ . '\TaxonomyTestBase is deprecated in Drupal 8.4.0 and will be removed before Drupal 9.0.0. Instead, use \Drupal\Tests\taxonomy\Functional\TaxonomyTestBase', E_USER_DEPRECATED);
 
-use Drupal\field\Tests\EntityReference\EntityReferenceTestTrait;
 use Drupal\simpletest\WebTestBase;
+use Drupal\Tests\field\Traits\EntityReferenceTestTrait;
 use Drupal\Tests\taxonomy\Functional\TaxonomyTestTrait;
 
 /**