diff --git a/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php b/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php index 99d4238e2a..7522b2acf4 100644 --- a/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php +++ b/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php @@ -12,7 +12,7 @@ */ class MigrateActionsTest extends MigrateDrupal6TestBase { - protected static $modules = ['action', 'comment', 'history', 'node']; + protected static $modules = ['action', 'comment', 'node']; /** * {@inheritdoc} diff --git a/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php b/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php index 7db6c7077d..19096ae418 100644 --- a/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php +++ b/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php @@ -12,7 +12,7 @@ */ class MigrateActionsTest extends MigrateDrupal7TestBase { - protected static $modules = ['action', 'comment', 'history', 'node']; + protected static $modules = ['action', 'comment', 'node']; /** * {@inheritdoc} diff --git a/core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php b/core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php index 1da76f31e1..a6a736f5d9 100644 --- a/core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php +++ b/core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php @@ -25,7 +25,6 @@ class BlockConfigSchemaTest extends KernelTestBase { 'block_content', 'comment', 'forum', - 'history', 'node', 'statistics', // \Drupal\block\Entity\Block->preSave() calls system_region_list(). diff --git a/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockContentTranslationTest.php b/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockContentTranslationTest.php index 379fb64a1c..1801de8780 100644 --- a/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockContentTranslationTest.php +++ b/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockContentTranslationTest.php @@ -20,7 +20,6 @@ class MigrateBlockContentTranslationTest extends MigrateDrupal6TestBase { 'block', 'comment', 'forum', - 'history', 'views', 'block_content', 'content_translation', diff --git a/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php b/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php index f397f10279..f39057308c 100644 --- a/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php +++ b/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php @@ -26,7 +26,6 @@ class MigrateBlockTest extends MigrateDrupal6TestBase { 'aggregator', 'book', 'forum', - 'history', 'path_alias', 'statistics', ]; diff --git a/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php b/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php index ac118cdb6c..9789b19913 100644 --- a/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php +++ b/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php @@ -23,7 +23,6 @@ class MigrateBlockContentTranslationTest extends MigrateDrupal7TestBase { 'comment', 'filter', 'forum', - 'history', 'views', 'block_content', 'config_translation', diff --git a/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php b/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php index 9d23daa12b..991d02142c 100644 --- a/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php +++ b/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php @@ -20,7 +20,6 @@ class MigrateBlockTest extends MigrateDrupal7TestBase { 'block', 'views', 'comment', - 'history', 'menu_ui', 'block_content', 'node', diff --git a/core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php b/core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php index b4cc8335aa..6879613a46 100644 --- a/core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php +++ b/core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php @@ -22,7 +22,6 @@ class CommentBaseFieldTest extends KernelTestBase { protected static $modules = [ 'system', 'user', - 'history', 'comment', 'comment_base_field_test', ]; diff --git a/core/modules/comment/tests/src/Kernel/CommentBundlesTest.php b/core/modules/comment/tests/src/Kernel/CommentBundlesTest.php index cf9fda8f67..d6393f4e8a 100644 --- a/core/modules/comment/tests/src/Kernel/CommentBundlesTest.php +++ b/core/modules/comment/tests/src/Kernel/CommentBundlesTest.php @@ -15,7 +15,7 @@ class CommentBundlesTest extends KernelTestBase { /** * {@inheritdoc} */ - protected static $modules = ['comment', 'history', 'node', 'taxonomy', 'user']; + protected static $modules = ['comment', 'node', 'taxonomy', 'user']; /** * Entity type ids to use for target_entity_type_id on comment bundles. diff --git a/core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php b/core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php index bc1e834965..0bd3d23de3 100644 --- a/core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php +++ b/core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php @@ -26,7 +26,7 @@ class CommentDefaultFormatterCacheTagsTest extends EntityKernelTestBase { * * @var array */ - protected static $modules = ['entity_test', 'comment', 'history']; + protected static $modules = ['entity_test', 'comment']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php b/core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php index 8dbcd5f783..15bace911a 100644 --- a/core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php +++ b/core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php @@ -31,7 +31,7 @@ class CommentFieldAccessTest extends EntityKernelTestBase { * * @var array */ - protected static $modules = ['comment', 'entity_test', 'history', 'user']; + protected static $modules = ['comment', 'entity_test', 'user']; /** * Fields that only users with administer comments permissions can change. diff --git a/core/modules/comment/tests/src/Kernel/CommentHostnameTest.php b/core/modules/comment/tests/src/Kernel/CommentHostnameTest.php index de0f208ff9..cbf67985df 100644 --- a/core/modules/comment/tests/src/Kernel/CommentHostnameTest.php +++ b/core/modules/comment/tests/src/Kernel/CommentHostnameTest.php @@ -19,7 +19,7 @@ class CommentHostnameTest extends KernelTestBase { /** * {@inheritdoc} */ - protected static $modules = ['comment', 'entity_test', 'history', 'user']; + protected static $modules = ['comment', 'entity_test', 'user']; /** * Tests hostname default value callback. diff --git a/core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php b/core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php index 90dc3779e0..dc58a2aec3 100644 --- a/core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php +++ b/core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php @@ -28,7 +28,6 @@ class CommentIntegrationTest extends KernelTestBase { 'comment', 'field', 'entity_test', - 'history', 'user', 'system', 'dblog', diff --git a/core/modules/comment/tests/src/Kernel/CommentItemTest.php b/core/modules/comment/tests/src/Kernel/CommentItemTest.php index af6bebc5b8..45c1b5babc 100644 --- a/core/modules/comment/tests/src/Kernel/CommentItemTest.php +++ b/core/modules/comment/tests/src/Kernel/CommentItemTest.php @@ -23,7 +23,7 @@ class CommentItemTest extends FieldKernelTestBase { * * @var array */ - protected static $modules = ['comment', 'entity_test', 'history', 'user']; + protected static $modules = ['comment', 'entity_test', 'user']; protected function setUp(): void { parent::setUp(); diff --git a/core/modules/comment/tests/src/Kernel/CommentOrphanTest.php b/core/modules/comment/tests/src/Kernel/CommentOrphanTest.php index 1d2f5615d7..2f1ad83f12 100644 --- a/core/modules/comment/tests/src/Kernel/CommentOrphanTest.php +++ b/core/modules/comment/tests/src/Kernel/CommentOrphanTest.php @@ -19,7 +19,7 @@ class CommentOrphanTest extends EntityKernelTestBase { /** * {@inheritdoc} */ - protected static $modules = ['comment', 'history', 'node']; + protected static $modules = ['comment', 'node']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php b/core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php index fba379fb5a..817abbcd37 100644 --- a/core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php +++ b/core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php @@ -24,7 +24,6 @@ class CommentStringIdEntitiesTest extends KernelTestBase { 'field', 'field_ui', 'entity_test', - 'history', 'text', ]; diff --git a/core/modules/comment/tests/src/Kernel/CommentUninstallTest.php b/core/modules/comment/tests/src/Kernel/CommentUninstallTest.php index 85450c1d22..71f85d1143 100644 --- a/core/modules/comment/tests/src/Kernel/CommentUninstallTest.php +++ b/core/modules/comment/tests/src/Kernel/CommentUninstallTest.php @@ -23,7 +23,6 @@ class CommentUninstallTest extends KernelTestBase { protected static $modules = [ 'comment', 'field', - 'history', 'node', 'system', 'text', diff --git a/core/modules/comment/tests/src/Kernel/CommentValidationTest.php b/core/modules/comment/tests/src/Kernel/CommentValidationTest.php index 27c12389d3..96289c155e 100644 --- a/core/modules/comment/tests/src/Kernel/CommentValidationTest.php +++ b/core/modules/comment/tests/src/Kernel/CommentValidationTest.php @@ -19,7 +19,7 @@ class CommentValidationTest extends EntityKernelTestBase { * * @var array */ - protected static $modules = ['comment', 'history', 'node']; + protected static $modules = ['comment', 'node']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/MigrateCommentStubTest.php b/core/modules/comment/tests/src/Kernel/Migrate/MigrateCommentStubTest.php index 35608d370d..c906281836 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/MigrateCommentStubTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/MigrateCommentStubTest.php @@ -19,7 +19,7 @@ class MigrateCommentStubTest extends MigrateDrupalTestBase { /** * {@inheritdoc} */ - protected static $modules = ['comment', 'history', 'node']; + protected static $modules = ['comment', 'node']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php index 2084a2ace3..b4a670562f 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php @@ -16,7 +16,7 @@ class MigrateCommentEntityDisplayTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - protected static $modules = ['comment', 'history', 'menu_ui']; + protected static $modules = ['comment', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php index c0b2c748d2..a57c2250fb 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php @@ -16,7 +16,7 @@ class MigrateCommentEntityFormDisplaySubjectTest extends MigrateDrupal6TestBase /** * {@inheritdoc} */ - protected static $modules = ['comment', 'history']; + protected static $modules = ['comment']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplayTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplayTest.php index 67dc3d1e5a..5438c938c2 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplayTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplayTest.php @@ -16,7 +16,7 @@ class MigrateCommentEntityFormDisplayTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - protected static $modules = ['comment', 'history', 'menu_ui']; + protected static $modules = ['comment', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentFieldInstanceTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentFieldInstanceTest.php index e5b795d75b..57c34b2293 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentFieldInstanceTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentFieldInstanceTest.php @@ -16,7 +16,7 @@ class MigrateCommentFieldInstanceTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - protected static $modules = ['comment', 'history', 'menu_ui']; + protected static $modules = ['comment', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentFieldTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentFieldTest.php index 7a488966d6..e2a865cd7c 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentFieldTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentFieldTest.php @@ -16,7 +16,7 @@ class MigrateCommentFieldTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - protected static $modules = ['comment', 'history', 'menu_ui']; + protected static $modules = ['comment', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTest.php index 10c0728bad..42c96bbcbe 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTest.php @@ -23,7 +23,6 @@ class MigrateCommentTest extends MigrateDrupal6TestBase { protected static $modules = [ 'comment', 'content_translation', - 'history', 'language', 'menu_ui', ]; diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTypeTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTypeTest.php index fa1eaac2b9..58dc428d89 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTypeTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTypeTest.php @@ -16,7 +16,7 @@ class MigrateCommentTypeTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - protected static $modules = ['comment', 'history']; + protected static $modules = ['comment']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php index b3ae867ccc..1ace7293f0 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php @@ -16,7 +16,7 @@ class MigrateCommentEntityDisplayTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - protected static $modules = ['node', 'comment', 'history', 'text', 'menu_ui']; + protected static $modules = ['node', 'comment', 'text', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php index e52c67edcb..c0a1de628c 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php @@ -16,7 +16,7 @@ class MigrateCommentEntityFormDisplaySubjectTest extends MigrateDrupal7TestBase /** * {@inheritdoc} */ - protected static $modules = ['node', 'comment', 'history', 'text', 'menu_ui']; + protected static $modules = ['node', 'comment', 'text', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplayTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplayTest.php index ac2b7028ce..05d1651bc9 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplayTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplayTest.php @@ -16,7 +16,7 @@ class MigrateCommentEntityFormDisplayTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - protected static $modules = ['node', 'comment', 'history', 'text', 'menu_ui']; + protected static $modules = ['node', 'comment', 'text', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldInstanceTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldInstanceTest.php index ecd9682620..e1fd26c66c 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldInstanceTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldInstanceTest.php @@ -16,7 +16,7 @@ class MigrateCommentFieldInstanceTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - protected static $modules = ['node', 'comment', 'history', 'text', 'menu_ui']; + protected static $modules = ['node', 'comment', 'text', 'menu_ui']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldTest.php index 2e239c0fb2..25e67d239f 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldTest.php @@ -16,7 +16,7 @@ class MigrateCommentFieldTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - protected static $modules = ['node', 'comment', 'history', 'text']; + protected static $modules = ['node', 'comment', 'text']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTest.php index be5f5a5b97..a0a8aa8e51 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTest.php @@ -22,7 +22,6 @@ class MigrateCommentTest extends MigrateDrupal7TestBase { 'content_translation', 'datetime', 'filter', - 'history', 'image', 'language', 'link', diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTypeTest.php b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTypeTest.php index c9d63801ae..8345cef94b 100644 --- a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTypeTest.php +++ b/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTypeTest.php @@ -16,7 +16,7 @@ class MigrateCommentTypeTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ - protected static $modules = ['node', 'comment', 'history', 'text']; + protected static $modules = ['node', 'comment', 'text']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php b/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php index 753a2bbbbe..290550cdb4 100644 --- a/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php +++ b/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php @@ -16,7 +16,7 @@ class CommentSourceWithHighWaterTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - protected static $modules = ['comment', 'history', 'migrate_drupal']; + protected static $modules = ['comment', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php b/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php index 95f64142cd..90c31cfdb3 100644 --- a/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php +++ b/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php @@ -15,7 +15,7 @@ class CommentTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - protected static $modules = ['comment', 'history', 'migrate_drupal']; + protected static $modules = ['comment', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php b/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php index 4c5545b572..cf09667423 100644 --- a/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php +++ b/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php @@ -15,7 +15,7 @@ class CommentEntityTranslationTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - protected static $modules = ['comment', 'history', 'migrate_drupal']; + protected static $modules = ['comment', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php b/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php index ff9d76e388..b40e974d7c 100644 --- a/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php +++ b/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php @@ -15,7 +15,7 @@ class CommentTest extends MigrateSqlSourceTestBase { /** * {@inheritdoc} */ - protected static $modules = ['comment', 'history', 'migrate_drupal']; + protected static $modules = ['comment', 'migrate_drupal']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php b/core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php index f292ff5676..4431bb6e67 100644 --- a/core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php +++ b/core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php @@ -38,7 +38,6 @@ class CommentAdminViewTest extends ViewsKernelTestBase { 'user', 'comment', 'entity_test', - 'history', 'language', 'locale', ]; diff --git a/core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php b/core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php index 76329cdc7d..af2a451bc5 100644 --- a/core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php +++ b/core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php @@ -34,7 +34,6 @@ class CommentFieldNameTest extends KernelTestBase { 'comment_test_views', 'field', 'filter', - 'history', 'node', 'system', 'text', diff --git a/core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php b/core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php index 50cabe0a34..be5c14606f 100644 --- a/core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php +++ b/core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php @@ -23,7 +23,7 @@ class CommentLinksTest extends CommentViewsKernelTestBase { * * @var array */ - protected static $modules = ['entity_test', 'history']; + protected static $modules = ['entity_test']; /** * Views used by this test. diff --git a/core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php b/core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php index 041e684fb8..d10a3b91fe 100644 --- a/core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php +++ b/core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php @@ -27,7 +27,7 @@ class CommentUserNameTest extends ViewsKernelTestBase { /** * {@inheritdoc} */ - protected static $modules = ['user', 'comment', 'entity_test', 'history']; + protected static $modules = ['user', 'comment', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php b/core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php index e10cbcbbcc..f4fc987dcf 100644 --- a/core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php +++ b/core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php @@ -17,7 +17,7 @@ class CommentViewsFieldAccessTest extends FieldFieldAccessTestBase { /** * {@inheritdoc} */ - protected static $modules = ['comment', 'entity_test', 'history']; + protected static $modules = ['comment', 'entity_test']; /** * {@inheritdoc} diff --git a/core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php b/core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php index 1a8356d2b1..7dfc6896ff 100644 --- a/core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php +++ b/core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php @@ -33,7 +33,6 @@ class FilterAndArgumentUserUidTest extends KernelTestBase { 'comment_test_views', 'field', 'filter', - 'history', 'node', 'system', 'text', diff --git a/core/modules/content_translation/tests/src/Kernel/Migrate/d7/MigrateEntityTranslationSettingsTest.php b/core/modules/content_translation/tests/src/Kernel/Migrate/d7/MigrateEntityTranslationSettingsTest.php index 47b62af286..34d0954fae 100644 --- a/core/modules/content_translation/tests/src/Kernel/Migrate/d7/MigrateEntityTranslationSettingsTest.php +++ b/core/modules/content_translation/tests/src/Kernel/Migrate/d7/MigrateEntityTranslationSettingsTest.php @@ -18,7 +18,6 @@ class MigrateEntityTranslationSettingsTest extends MigrateDrupal7TestBase { protected static $modules = [ 'comment', 'content_translation', - 'history', 'language', 'menu_ui', 'node', diff --git a/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php b/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php index e7b28ab983..f9ded30b21 100644 --- a/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php +++ b/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php @@ -43,7 +43,6 @@ class EntityReferenceItemTest extends FieldKernelTestBase { 'node', 'comment', 'file', - 'history', 'taxonomy', 'text', 'filter', diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php index 6b1fc53992..6462bd98d9 100644 --- a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php +++ b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php @@ -16,7 +16,6 @@ class MigrateFieldFormatterSettingsTest extends MigrateDrupal7TestBase { protected static $modules = [ 'comment', 'datetime', - 'history', 'image', 'link', 'menu_ui', diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php index 3e80c9fd31..7720c1baa2 100644 --- a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php +++ b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php @@ -23,7 +23,6 @@ class MigrateFieldInstanceLabelDescriptionTest extends MigrateDrupal7TestBase im 'datetime', 'field', 'file', - 'history', 'image', 'language', 'link', diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceTest.php b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceTest.php index 9437181479..e184366403 100644 --- a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceTest.php +++ b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceTest.php @@ -19,7 +19,6 @@ class MigrateFieldInstanceTest extends MigrateDrupal7TestBase { protected static $modules = [ 'comment', 'datetime', - 'history', 'image', 'link', 'menu_ui', diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php index 779d989ebe..6f97ec66b5 100644 --- a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php +++ b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php @@ -21,7 +21,6 @@ class MigrateFieldInstanceWidgetSettingsTest extends MigrateDrupal7TestBase { protected static $modules = [ 'comment', 'datetime', - 'history', 'image', 'link', 'menu_ui', diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldOptionTranslationTest.php b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldOptionTranslationTest.php index b5bfd9341f..8edf5d4c89 100644 --- a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldOptionTranslationTest.php +++ b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldOptionTranslationTest.php @@ -19,7 +19,6 @@ class MigrateFieldOptionTranslationTest extends MigrateDrupal7TestBase { 'config_translation', 'datetime', 'file', - 'history', 'image', 'language', 'link', diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php index 784bc8f2f5..dc17b57ad4 100644 --- a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php +++ b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php @@ -22,7 +22,6 @@ class MigrateFieldTest extends MigrateDrupal7TestBase { 'comment', 'datetime', 'file', - 'history', 'image', 'link', 'node', diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php index 59222c22fc..54f7d46636 100644 --- a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php +++ b/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php @@ -13,7 +13,7 @@ */ class MigrateViewModesTest extends MigrateDrupal7TestBase { - protected static $modules = ['comment', 'history', 'node', 'taxonomy', 'text']; + protected static $modules = ['comment', 'node', 'taxonomy', 'text']; /** * {@inheritdoc} diff --git a/core/modules/forum/forum.services.yml b/core/modules/forum/forum.services.yml index 0f04986ed6..d8c9c1e336 100644 --- a/core/modules/forum/forum.services.yml +++ b/core/modules/forum/forum.services.yml @@ -3,7 +3,7 @@ services: class: Drupal\forum\ForumManager arguments: ['@config.factory', '@entity_type.manager', '@database', '@string_translation', '@comment.manager', '@entity_field.manager'] calls: - - [setHistoryRepositoryService, ['@?history.repository']] + - [setHistoryRepositoryService, ['@history.repository']] tags: - { name: backend_overridable } forum.breadcrumb.node: diff --git a/core/modules/forum/src/ForumManager.php b/core/modules/forum/src/ForumManager.php index 4466517871..1e84ccef0a 100644 --- a/core/modules/forum/src/ForumManager.php +++ b/core/modules/forum/src/ForumManager.php @@ -148,7 +148,6 @@ public function __construct(ConfigFactoryInterface $config_factory, EntityTypeMa /** * Set the history repository service. - * @see https://www.drupal.org/node/2081585 * * @param \Drupal\history\HistoryRepositoryInterface $history_repository * The history repository service. @@ -337,13 +336,10 @@ protected function getTopicOrder($sortby) { * previously viewed the node; otherwise HISTORY_READ_LIMIT. */ protected function lastVisit($nid, AccountInterface $account) { - if ($this->historyRepository) { - $this->history += $this->historyRepository->getLastViewed('node', [$nid]); - } if (empty($this->history[$nid])) { - $this->history[$nid] = HISTORY_READ_LIMIT; + $this->history += $this->historyRepository->getLastViewed('node', [$nid]); } - return $this->history[$nid]; + return isset($this->history[$nid]) ? $this->history[$nid] : HISTORY_READ_LIMIT; } /** diff --git a/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentCommentSettingsTest.php b/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentCommentSettingsTest.php index 03696accf0..0bddd96ae0 100644 --- a/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentCommentSettingsTest.php +++ b/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentCommentSettingsTest.php @@ -17,7 +17,6 @@ class MigrateLanguageContentCommentSettingsTest extends MigrateDrupal6TestBase { */ protected static $modules = [ 'comment', - 'history', 'language', 'content_translation', ]; diff --git a/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsNoEntityTranslationTest.php b/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsNoEntityTranslationTest.php index 64c3bf8f9e..44907518c4 100644 --- a/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsNoEntityTranslationTest.php +++ b/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsNoEntityTranslationTest.php @@ -21,7 +21,6 @@ class MigrateLanguageContentCommentSettingsNoEntityTranslationTest extends Migra protected static $modules = [ 'comment', 'content_translation', - 'history', 'language', 'node', 'text', diff --git a/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsTest.php b/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsTest.php index 2b84298ef5..216283b916 100644 --- a/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsTest.php +++ b/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsTest.php @@ -18,7 +18,6 @@ class MigrateLanguageContentCommentSettingsTest extends MigrateDrupal7TestBase { protected static $modules = [ 'comment', 'content_translation', - 'history', 'language', 'node', 'text', diff --git a/core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php b/core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php index 7882c63b7d..f4af3d508d 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php @@ -26,7 +26,6 @@ class FieldDiscoveryTest extends MigrateDrupal6TestBase { 'comment', 'datetime', 'file', - 'history', 'image', 'link', 'node', diff --git a/core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php b/core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php index b3c973c0b5..ccbcde606c 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php @@ -29,7 +29,6 @@ class FieldDiscoveryTest extends MigrateDrupal7TestBase { 'comment', 'datetime', 'file', - 'history', 'image', 'link', 'node', diff --git a/core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php b/core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php index cc39e1472f..cc0b309566 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php @@ -21,7 +21,6 @@ class FollowUpMigrationsTest extends MigrateDrupal7TestBase { 'content_translation', 'comment', 'datetime', - 'history', 'image', 'language', 'link', diff --git a/core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php b/core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php index 5a73200acb..c080f33e3d 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php @@ -17,7 +17,7 @@ class MigrateDependenciesTest extends MigrateDrupal6TestBase { /** * {@inheritdoc} */ - protected static $modules = ['aggregator', 'comment', 'history']; + protected static $modules = ['aggregator', 'comment']; /** * Tests that the order is correct when loading several migrations. diff --git a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeCompleteTest.php b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeCompleteTest.php index b1129f8038..153fd185da 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeCompleteTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeCompleteTest.php @@ -28,7 +28,6 @@ class MigrateNodeCompleteTest extends MigrateDrupal7TestBase { 'content_translation', 'comment', 'datetime', - 'history', 'image', 'language', 'link', @@ -61,7 +60,6 @@ protected function setUp(): void { $this->installEntitySchema('comment'); $this->installEntitySchema('taxonomy_term'); - $this->installSchema('history', ['history']); $this->installSchema('comment', ['comment_entity_statistics']); $this->installSchema('node', ['node_access']); $this->installSchema('system', ['sequences']); diff --git a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTest.php b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTest.php index 62eb5bdd17..0af06a0f20 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTest.php @@ -31,7 +31,6 @@ class MigrateNodeRevisionTest extends MigrateDrupal7TestBase { 'datetime', 'file', 'filter', - 'history', 'image', 'language', 'link', diff --git a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php index 66358a47c3..4428bb906e 100644 --- a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php +++ b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php @@ -25,7 +25,6 @@ class MigrateNodeTest extends MigrateDrupal7TestBase { 'content_translation', 'comment', 'datetime', - 'history', 'image', 'language', 'link', diff --git a/core/modules/rdf/tests/src/Kernel/Plugin/migrate/source/d7/RdfMappingTest.php b/core/modules/rdf/tests/src/Kernel/Plugin/migrate/source/d7/RdfMappingTest.php index 7f11a456ea..84a2e3b43c 100644 --- a/core/modules/rdf/tests/src/Kernel/Plugin/migrate/source/d7/RdfMappingTest.php +++ b/core/modules/rdf/tests/src/Kernel/Plugin/migrate/source/d7/RdfMappingTest.php @@ -18,7 +18,6 @@ class RdfMappingTest extends MigrateSqlSourceTestBase { */ protected static $modules = [ 'comment', - 'history', 'migrate_drupal', 'node', 'rdf', diff --git a/core/modules/rdf/tests/src/Kernel/RdfCommentStorageLoadTest.php b/core/modules/rdf/tests/src/Kernel/RdfCommentStorageLoadTest.php index ef6fcda241..011676c324 100644 --- a/core/modules/rdf/tests/src/Kernel/RdfCommentStorageLoadTest.php +++ b/core/modules/rdf/tests/src/Kernel/RdfCommentStorageLoadTest.php @@ -17,7 +17,7 @@ class RdfCommentStorageLoadTest extends EntityKernelTestBase { /** * {@inheritdoc} */ - protected static $modules = ['comment', 'history', 'rdf']; + protected static $modules = ['comment', 'rdf']; /** * Tests rdf_comment_storage_load. diff --git a/core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php b/core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php index e92b8335de..89c7b7dbc3 100644 --- a/core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php +++ b/core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php @@ -40,7 +40,6 @@ class EntityReferenceSelectionAccessTest extends KernelTestBase { 'comment', 'field', 'file', - 'history', 'image', 'node', 'media', diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateNodeTaxonomyTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateNodeTaxonomyTest.php index 1a8ee81e0d..2f323eccd2 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateNodeTaxonomyTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateNodeTaxonomyTest.php @@ -14,7 +14,6 @@ class MigrateNodeTaxonomyTest extends MigrateDrupal7TestBase { protected static $modules = [ 'comment', 'datetime', - 'history', 'image', 'link', 'menu_ui', diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTest.php index c7b9cd3f29..0855ba0957 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTest.php @@ -17,7 +17,6 @@ class MigrateTaxonomyTermTest extends MigrateDrupal7TestBase { 'comment', 'content_translation', 'datetime', - 'history', 'image', 'language', 'link', diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTranslationTest.php b/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTranslationTest.php index cd50ab3e8b..89390302a4 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTranslationTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTranslationTest.php @@ -20,7 +20,6 @@ class MigrateTaxonomyTermTranslationTest extends MigrateDrupal7TestBase { 'comment', 'content_translation', 'datetime', - 'history', 'image', 'language', 'link', diff --git a/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserTest.php b/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserTest.php index 631e385490..179d80e0c8 100644 --- a/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserTest.php +++ b/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserTest.php @@ -22,7 +22,6 @@ class MigrateUserTest extends MigrateDrupal7TestBase { 'comment', 'content_translation', 'datetime', - 'history', 'image', 'language', 'link', diff --git a/core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php b/core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php index ff547175d4..0c52a1452a 100644 --- a/core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php +++ b/core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php @@ -32,7 +32,6 @@ class ViewEntityDependenciesTest extends ViewsKernelTestBase { protected static $modules = [ 'node', 'comment', - 'history', 'user', 'field', 'text', diff --git a/core/modules/views/tests/src/Kernel/ViewExecutableTest.php b/core/modules/views/tests/src/Kernel/ViewExecutableTest.php index 8c87f820b3..30efd0dd49 100644 --- a/core/modules/views/tests/src/Kernel/ViewExecutableTest.php +++ b/core/modules/views/tests/src/Kernel/ViewExecutableTest.php @@ -37,7 +37,6 @@ class ViewExecutableTest extends ViewsKernelTestBase { 'system', 'node', 'comment', - 'history', 'user', 'filter', 'field', diff --git a/core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php b/core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php index 94430341e3..bc51d87251 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php @@ -30,7 +30,6 @@ class CreateSampleEntityTest extends KernelTestBase { 'system', 'field', 'filter', - 'history', 'text', 'file', 'user', diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php index a7cf38f04f..c829d7b40c 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php @@ -48,7 +48,6 @@ class EntityCrudHookTest extends EntityKernelTestBase { 'taxonomy', 'node', 'comment', - 'history', ]; protected $ids = []; @@ -59,7 +58,6 @@ protected function setUp(): void { $this->installSchema('user', ['users_data']); $this->installSchema('file', ['file_usage']); $this->installSchema('node', ['node_access']); - $this->installSchema('history', ['history']); $this->installSchema('comment', ['comment_entity_statistics']); $this->installConfig(['node', 'comment']); } diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php index 41fdf1befb..dcc95caa0b 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php @@ -33,7 +33,6 @@ class EntityDeriverTest extends KernelTestBase { 'node', 'comment', 'entity_test', - 'history', ]; /** diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php index ccd9345259..435d2fdd56 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php @@ -24,7 +24,6 @@ class EntityDisplayBaseTest extends KernelTestBase { 'field', 'system', 'comment', - 'history', 'user', ];