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 / EntityUpdateAddRevisionDefaultTest.php
index e226540b6ae63bab036ff357f269c0fbce1b2c3d..aa8ba00461b152496f4a032c8b7a1bfd89684339 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_default' field.
@@ -11,6 +11,7 @@ use Drupal\system\Tests\Entity\EntityDefinitionTestTrait;
  * @see https://www.drupal.org/project/drupal/issues/2891215
  *
  * @group Update
+ * @group legacy
  */
 class EntityUpdateAddRevisionDefaultTest extends UpdatePathTestBase {