Loading core/modules/aggregator/src/Tests/AggregatorTestBase.php +7 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,13 @@ abstract class AggregatorTestBase extends WebTestBase { * * @var array */ public static $modules = ['block', 'node', 'aggregator', 'aggregator_test', 'views']; public static $modules = [ 'block', 'node', 'aggregator', 'aggregator_test', 'views', ]; /** * {@inheritdoc} Loading core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php +7 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,13 @@ abstract class AggregatorTestBase extends BrowserTestBase { * * @var array */ public static $modules = ['block', 'node', 'aggregator', 'aggregator_test', 'views']; public static $modules = [ 'block', 'node', 'aggregator', 'aggregator_test', 'views', ]; /** * {@inheritdoc} Loading core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php +7 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,13 @@ class AggregatorTitleTest extends KernelTestBase { * * @var array */ public static $modules = ['file', 'field', 'options', 'aggregator', 'system']; public static $modules = [ 'file', 'field', 'options', 'aggregator', 'system', ]; /** * The field name that is tested. Loading core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php +8 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,14 @@ class IntegrationTest extends ViewsKernelTestBase { * * @var array */ public static $modules = ['aggregator', 'aggregator_test_views', 'system', 'field', 'options', 'user']; public static $modules = [ 'aggregator', 'aggregator_test_views', 'system', 'field', 'options', 'user', ]; /** * Views used by this test. Loading core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php +6 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,12 @@ class BasicAuthTest extends BrowserTestBase { * * @var array */ public static $modules = ['basic_auth', 'router_test', 'locale', 'basic_auth_test']; public static $modules = [ 'basic_auth', 'router_test', 'locale', 'basic_auth_test', ]; /** * {@inheritdoc} Loading Loading
core/modules/aggregator/src/Tests/AggregatorTestBase.php +7 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,13 @@ abstract class AggregatorTestBase extends WebTestBase { * * @var array */ public static $modules = ['block', 'node', 'aggregator', 'aggregator_test', 'views']; public static $modules = [ 'block', 'node', 'aggregator', 'aggregator_test', 'views', ]; /** * {@inheritdoc} Loading
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php +7 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,13 @@ abstract class AggregatorTestBase extends BrowserTestBase { * * @var array */ public static $modules = ['block', 'node', 'aggregator', 'aggregator_test', 'views']; public static $modules = [ 'block', 'node', 'aggregator', 'aggregator_test', 'views', ]; /** * {@inheritdoc} Loading
core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php +7 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,13 @@ class AggregatorTitleTest extends KernelTestBase { * * @var array */ public static $modules = ['file', 'field', 'options', 'aggregator', 'system']; public static $modules = [ 'file', 'field', 'options', 'aggregator', 'system', ]; /** * The field name that is tested. Loading
core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php +8 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,14 @@ class IntegrationTest extends ViewsKernelTestBase { * * @var array */ public static $modules = ['aggregator', 'aggregator_test_views', 'system', 'field', 'options', 'user']; public static $modules = [ 'aggregator', 'aggregator_test_views', 'system', 'field', 'options', 'user', ]; /** * Views used by this test. Loading
core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php +6 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,12 @@ class BasicAuthTest extends BrowserTestBase { * * @var array */ public static $modules = ['basic_auth', 'router_test', 'locale', 'basic_auth_test']; public static $modules = [ 'basic_auth', 'router_test', 'locale', 'basic_auth_test', ]; /** * {@inheritdoc} Loading