Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / content_translation / tests / src / Functional / Update / ContentTranslationUpdateTest.php
index 25be0def2411cea61a9d5d53b48213c92860c277..54f1bd14f09a186c80f159ae3aac751ce0a9c060 100644 (file)
@@ -4,12 +4,13 @@ namespace Drupal\Tests\content_translation\Functional\Update;
 
 use Drupal\Core\Language\LanguageInterface;
 use Drupal\FunctionalTests\Update\UpdatePathTestBase;
-use Drupal\system\Tests\Entity\EntityDefinitionTestTrait;
+use Drupal\Tests\system\Functional\Entity\Traits\EntityDefinitionTestTrait;
 
 /**
  * Tests the upgrade path for the Content Translation module.
  *
  * @group Update
+ * @group legacy
  */
 class ContentTranslationUpdateTest extends UpdatePathTestBase {