Loading core/modules/block/tests/src/Kernel/BlockInterfaceTest.php +3 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,9 @@ */ class BlockInterfaceTest extends KernelTestBase { /** * {@inheritdoc} */ protected static $modules = ['system', 'block', 'block_test', 'user']; /** Loading core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php +3 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,9 @@ */ class MigrateBlockContentBodyFieldTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ protected static $modules = ['block', 'block_content', 'filter', 'text']; /** Loading core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php +3 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,9 @@ */ class MigrateBlockContentTypeTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ protected static $modules = ['block', 'block_content', 'filter', 'text']; /** Loading core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php +3 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,9 @@ */ class MigrateCustomBlockTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ protected static $modules = [ 'block_content', 'filter', Loading core/modules/comment/tests/src/Functional/CommentFieldsTest.php +1 −3 Original line number Diff line number Diff line Loading @@ -17,9 +17,7 @@ class CommentFieldsTest extends CommentTestBase { /** * Install the field UI. * * @var array * {@inheritdoc} */ protected static $modules = ['field_ui']; Loading Loading
core/modules/block/tests/src/Kernel/BlockInterfaceTest.php +3 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,9 @@ */ class BlockInterfaceTest extends KernelTestBase { /** * {@inheritdoc} */ protected static $modules = ['system', 'block', 'block_test', 'user']; /** Loading
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php +3 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,9 @@ */ class MigrateBlockContentBodyFieldTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ protected static $modules = ['block', 'block_content', 'filter', 'text']; /** Loading
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php +3 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,9 @@ */ class MigrateBlockContentTypeTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ protected static $modules = ['block', 'block_content', 'filter', 'text']; /** Loading
core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php +3 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,9 @@ */ class MigrateCustomBlockTest extends MigrateDrupal7TestBase { /** * {@inheritdoc} */ protected static $modules = [ 'block_content', 'filter', Loading
core/modules/comment/tests/src/Functional/CommentFieldsTest.php +1 −3 Original line number Diff line number Diff line Loading @@ -17,9 +17,7 @@ class CommentFieldsTest extends CommentTestBase { /** * Install the field UI. * * @var array * {@inheritdoc} */ protected static $modules = ['field_ui']; Loading