Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / taxonomy / src / Tests / TaxonomyTestBase.php
index 838a9b02c90f0c121be860b5511bf359f5afaf25..b4f941da5b666d7f62dc15e9ebaea37b9224f4f3 100644 (file)
@@ -2,8 +2,11 @@
 
 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\taxonomy\Functional\TaxonomyTestTrait;
 
 /**
  * Provides common helper methods for Taxonomy module tests.