diff --git a/core/modules/block/src/Tests/BlockConfigSchemaTest.php b/core/modules/block/src/Tests/BlockConfigSchemaTest.php index 84cda3f..4b7e3e4 100644 --- a/core/modules/block/src/Tests/BlockConfigSchemaTest.php +++ b/core/modules/block/src/Tests/BlockConfigSchemaTest.php @@ -21,7 +21,17 @@ class BlockConfigSchemaTest extends KernelTestBase { /** * {@inheritdoc} */ - public static $modules = array('block', 'aggregator', 'book', 'block_content', 'forum', 'node', 'statistics', 'taxonomy'); + public static $modules = array( + 'block', + 'aggregator', + 'book', + 'block_content', + 'comment', + 'forum', + 'node', + 'statistics', + 'taxonomy', + ); /** * The typed config manager.