diff --git a/core/modules/content_moderation/tests/src/Kernel/ContentModerationSyncingTest.php b/core/modules/content_moderation/tests/src/Kernel/ContentModerationSyncingTest.php index fa0ab2bb8f..ce6d1e8954 100644 --- a/core/modules/content_moderation/tests/src/Kernel/ContentModerationSyncingTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/ContentModerationSyncingTest.php @@ -3,8 +3,8 @@ namespace Drupal\Tests\content_moderation\Kernel; use Drupal\entity_test\Entity\EntityTestMulRevPub; +use Drupal\KernelTests\KernelTestBase; use Drupal\Tests\content_moderation\Traits\ContentModerationTestTrait; -use Drupal\Tests\token\Kernel\KernelTestBase; /** * Test content moderation when an entity is marked as 'syncing'.