diff --git a/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php b/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php index b75e7e1..eadc484 100644 --- a/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php @@ -5,9 +5,7 @@ use Drupal\content_moderation\Entity\ContentModerationState; use Drupal\Core\Entity\EntityPublishedInterface; use Drupal\Core\Entity\EntityStorageException; -use Drupal\entity_test\Entity\EntityTestBundle; use Drupal\entity_test\Entity\EntityTestRev; -use Drupal\entity_test\Entity\EntityTestWithBundle; use Drupal\Core\Entity\EntityInterface; use Drupal\KernelTests\KernelTestBase; use Drupal\language\Entity\ConfigurableLanguage; @@ -57,7 +55,6 @@ protected function setUp() { $this->installSchema('node', 'node_access'); $this->installEntitySchema('node'); $this->installEntitySchema('user'); - $this->installEntitySchema('entity_test_with_bundle'); $this->installEntitySchema('entity_test_rev'); $this->installEntitySchema('entity_test_no_bundle'); $this->installEntitySchema('entity_test_mulrevpub');