Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / permissions_by_term / tests / src / Kernel / MultilingualTest.php
index a1e1035c16f461ccea658acfb6755d7493bcee7f..9040df54e1ef0aaf7c6ebd98469aa9ca61a149e3 100644 (file)
@@ -7,7 +7,7 @@ use Drupal\node\Entity\Node;
 use Drupal\permissions_by_term\Service\NodeEntityBundleInfo;
 use Drupal\taxonomy\Entity\Term;
 use Drupal\taxonomy\Entity\Vocabulary;
-use Drupal\taxonomy\Tests\TaxonomyTestTrait;
+use Drupal\Tests\taxonomy\Functional\TaxonomyTestTrait;
 use Drupal\user\Entity\User;
 
 /**
@@ -138,4 +138,4 @@ class MultilingualTest extends PBTKernelTestBase {
     return [$termDe, $nodeDe, $term, $node, $user];
   }
 
-}
\ No newline at end of file
+}