Loading core/modules/statistics/statistics.info.yml +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ type: module description: 'Logs how many times content is viewed.' package: Core version: VERSION lifecycle: deprecated lifecycle_link: https://www.drupal.org/node/3223395#s-statistics configure: statistics.settings dependencies: - drupal:node core/modules/statistics/tests/src/Functional/GenericTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -10,5 +10,6 @@ * Generic module test for statistics. * * @group statistics * @group legacy */ class GenericTest extends GenericModuleTestBase {} core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ * Tests the statistics admin. * * @group statistics * @group legacy */ class StatisticsAdminTest extends BrowserTestBase { Loading core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ * Tests if statistics.js is loaded when content is not printed. * * @group statistics * @group legacy */ class StatisticsAttachedTest extends BrowserTestBase { Loading core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ * want to test requests from an anonymous user. * * @group statistics * @group legacy */ class StatisticsLoggingTest extends BrowserTestBase { Loading Loading
core/modules/statistics/statistics.info.yml +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ type: module description: 'Logs how many times content is viewed.' package: Core version: VERSION lifecycle: deprecated lifecycle_link: https://www.drupal.org/node/3223395#s-statistics configure: statistics.settings dependencies: - drupal:node
core/modules/statistics/tests/src/Functional/GenericTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -10,5 +10,6 @@ * Generic module test for statistics. * * @group statistics * @group legacy */ class GenericTest extends GenericModuleTestBase {}
core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ * Tests the statistics admin. * * @group statistics * @group legacy */ class StatisticsAdminTest extends BrowserTestBase { Loading
core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ * Tests if statistics.js is loaded when content is not printed. * * @group statistics * @group legacy */ class StatisticsAttachedTest extends BrowserTestBase { Loading
core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ * want to test requests from an anonymous user. * * @group statistics * @group legacy */ class StatisticsLoggingTest extends BrowserTestBase { Loading