Loading core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ class AggregatorItemViewsFieldAccessTest extends FieldFieldAccessTestBase { protected function setUp($import_test_views = TRUE): void { parent::setUp($import_test_views); $this->installConfig(['aggregator']); $this->installEntitySchema('aggregator_feed'); $this->installEntitySchema('aggregator_item'); } Loading core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ class IntegrationTest extends ViewsKernelTestBase { protected function setUp($import_test_views = TRUE): void { parent::setUp(); $this->installConfig(['aggregator']); $this->installEntitySchema('aggregator_item'); $this->installEntitySchema('aggregator_feed'); Loading core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ class NewDefaultThemeBlocksTest extends KernelTestBase { * Check the enabled Bartik blocks are correctly copied over. */ public function testNewDefaultThemeBlocks() { $this->installConfig(['system']); /** @var \Drupal\Core\Extension\ThemeInstallerInterface $theme_installer */ $theme_installer = $this->container->get('theme_installer'); $default_theme = $this->config('system.theme')->get('default'); Loading core/modules/comment/tests/src/Kernel/CommentOrphanTest.php +2 −1 Original line number Diff line number Diff line Loading @@ -19,13 +19,14 @@ class CommentOrphanTest extends EntityKernelTestBase { /** * {@inheritdoc} */ protected static $modules = ['comment', 'node']; protected static $modules = ['comment', 'node', 'user']; /** * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); $this->installConfig(['user']); $this->installEntitySchema('date_format'); $this->installEntitySchema('comment'); $this->installSchema('comment', ['comment_entity_statistics']); Loading core/modules/user/tests/src/Kernel/UserMailNotifyTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,7 @@ public function userMailsProvider() { * @dataProvider userMailsProvider */ public function testUserMailsSent($op, array $mail_keys) { $this->installConfig('user'); $this->config('user.settings')->set('notify.' . $op, TRUE)->save(); $return = _user_mail_notify($op, $this->createUser()); $this->assertTrue($return); Loading Loading
core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ class AggregatorItemViewsFieldAccessTest extends FieldFieldAccessTestBase { protected function setUp($import_test_views = TRUE): void { parent::setUp($import_test_views); $this->installConfig(['aggregator']); $this->installEntitySchema('aggregator_feed'); $this->installEntitySchema('aggregator_item'); } Loading
core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ class IntegrationTest extends ViewsKernelTestBase { protected function setUp($import_test_views = TRUE): void { parent::setUp(); $this->installConfig(['aggregator']); $this->installEntitySchema('aggregator_item'); $this->installEntitySchema('aggregator_feed'); Loading
core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ class NewDefaultThemeBlocksTest extends KernelTestBase { * Check the enabled Bartik blocks are correctly copied over. */ public function testNewDefaultThemeBlocks() { $this->installConfig(['system']); /** @var \Drupal\Core\Extension\ThemeInstallerInterface $theme_installer */ $theme_installer = $this->container->get('theme_installer'); $default_theme = $this->config('system.theme')->get('default'); Loading
core/modules/comment/tests/src/Kernel/CommentOrphanTest.php +2 −1 Original line number Diff line number Diff line Loading @@ -19,13 +19,14 @@ class CommentOrphanTest extends EntityKernelTestBase { /** * {@inheritdoc} */ protected static $modules = ['comment', 'node']; protected static $modules = ['comment', 'node', 'user']; /** * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); $this->installConfig(['user']); $this->installEntitySchema('date_format'); $this->installEntitySchema('comment'); $this->installSchema('comment', ['comment_entity_statistics']); Loading
core/modules/user/tests/src/Kernel/UserMailNotifyTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,7 @@ public function userMailsProvider() { * @dataProvider userMailsProvider */ public function testUserMailsSent($op, array $mail_keys) { $this->installConfig('user'); $this->config('user.settings')->set('notify.' . $op, TRUE)->save(); $return = _user_mail_notify($op, $this->createUser()); $this->assertTrue($return); Loading