X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ftaxonomy%2Fsrc%2FTests%2FTaxonomyTestBase.php;h=eb9e5e983b3489c1125bc3f0afaec18cff1c4c74;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=b4f941da5b666d7f62dc15e9ebaea37b9224f4f3;hpb=bfbba508964731508b9bd6d5835c2edc858db95b;p=yaffs-website diff --git a/web/core/modules/taxonomy/src/Tests/TaxonomyTestBase.php b/web/core/modules/taxonomy/src/Tests/TaxonomyTestBase.php index b4f941da5..eb9e5e983 100644 --- a/web/core/modules/taxonomy/src/Tests/TaxonomyTestBase.php +++ b/web/core/modules/taxonomy/src/Tests/TaxonomyTestBase.php @@ -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; /**