Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / src / Functional / Update / EntityUpdateAddRevisionTranslationAffectedTest.php
index f7dcd0c41bfe2a0c988a32d6d898f7bfa36ab577..6553fcb06eb3f3fb2773f7d62b6c591146483041 100644 (file)
@@ -3,7 +3,7 @@
 namespace Drupal\Tests\system\Functional\Update;
 
 use Drupal\FunctionalTests\Update\UpdatePathTestBase;
-use Drupal\system\Tests\Entity\EntityDefinitionTestTrait;
+use Drupal\Tests\system\Functional\Entity\Traits\EntityDefinitionTestTrait;
 
 /**
  * Tests the upgrade path for adding the 'revision_translation_affected' field.
@@ -11,6 +11,7 @@ use Drupal\system\Tests\Entity\EntityDefinitionTestTrait;
  * @see https://www.drupal.org/node/2896845
  *
  * @group Update
+ * @group legacy
  */
 class EntityUpdateAddRevisionTranslationAffectedTest extends UpdatePathTestBase {