X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcontent_translation%2Ftests%2Fsrc%2FFunctional%2FUpdate%2FContentTranslationUpdateTest.php;h=54f1bd14f09a186c80f159ae3aac751ce0a9c060;hb=4f1b9b4ab48a8498afac9e2213a02a23ccf4a06c;hp=25be0def2411cea61a9d5d53b48213c92860c277;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/web/core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php b/web/core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php index 25be0def2..54f1bd14f 100644 --- a/web/core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php +++ b/web/core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php @@ -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 {