Skip to content
Snippets Groups Projects
Commit 663f30ba authored by quietone's avatar quietone
Browse files

Merge branch '3413917-deprecate-the-statistics' into '11.x'

Deprecate Statistics module

See merge request !6113
parents d74c1cad 964b4ece
No related branches found
No related tags found
No related merge requests found
Pipeline #146689 passed
Pipeline: drupal

#146693

    Showing
    with 24 additions and 3 deletions
    ......@@ -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
    ......@@ -10,5 +10,6 @@
    * Generic module test for statistics.
    *
    * @group statistics
    * @group legacy
    */
    class GenericTest extends GenericModuleTestBase {}
    ......@@ -14,6 +14,7 @@
    * Tests the statistics admin.
    *
    * @group statistics
    * @group legacy
    */
    class StatisticsAdminTest extends BrowserTestBase {
    ......
    ......@@ -11,6 +11,7 @@
    * Tests if statistics.js is loaded when content is not printed.
    *
    * @group statistics
    * @group legacy
    */
    class StatisticsAttachedTest extends BrowserTestBase {
    ......
    ......@@ -14,6 +14,7 @@
    * want to test requests from an anonymous user.
    *
    * @group statistics
    * @group legacy
    */
    class StatisticsLoggingTest extends BrowserTestBase {
    ......
    ......@@ -12,6 +12,7 @@
    * Tests display of statistics report blocks.
    *
    * @group statistics
    * @group legacy
    */
    class StatisticsReportsTest extends StatisticsTestBase {
    ......
    ......@@ -8,6 +8,7 @@
    * Tests statistics token replacement.
    *
    * @group statistics
    * @group legacy
    */
    class StatisticsTokenReplaceTest extends StatisticsTestBase {
    ......
    ......@@ -11,6 +11,7 @@
    * Tests basic integration of views data from the statistics module.
    *
    * @group statistics
    * @group legacy
    * @see
    */
    class IntegrationTest extends ViewTestBase {
    ......
    ......@@ -10,6 +10,7 @@
    * Tests migrate upgrade review page.
    *
    * @group statistics
    * @group legacy
    */
    class NoMultilingualReviewPageTest extends NoMultilingualReviewPageTestBase {
    ......
    ......@@ -12,6 +12,7 @@
    * The test method is provided by the MigrateUpgradeTestBase class.
    *
    * @group statistics
    * @group legacy
    */
    class UpgradeTest extends MigrateUpgradeExecuteTestBase {
    ......
    ......@@ -12,6 +12,7 @@
    * The test method is provided by the MigrateUpgradeTestBase class.
    *
    * @group statistics
    * @group legacy
    */
    class NoMultilingualReviewPageTest extends NoMultilingualReviewPageTestBase {
    ......
    ......@@ -12,6 +12,7 @@
    * The test method is provided by the MigrateUpgradeTestBase class.
    *
    * @group statistics
    * @group legacy
    */
    class UpgradeTest extends MigrateUpgradeExecuteTestBase {
    ......
    ......@@ -15,6 +15,7 @@
    * Indexes content and tests ranking factors.
    *
    * @group statistics
    * @group legacy
    */
    class SearchRankingTest extends BrowserTestBase {
    ......
    ......@@ -12,7 +12,8 @@
    /**
    * Tests that statistics works.
    *
    * @group system
    * @group statistics
    * @group legacy
    */
    class StatisticsLoggingTest extends WebDriverTestBase {
    ......
    ......@@ -10,6 +10,7 @@
    * Tests the migration of node counter data to Drupal 8.
    *
    * @group statistics
    * @group legacy
    */
    class MigrateNodeCounterTest extends MigrateDrupal6TestBase {
    ......
    ......@@ -10,7 +10,8 @@
    /**
    * Upgrade variables to statistics.settings.yml.
    *
    * @group migrate_drupal_6
    * @group statistics
    * @group legacy
    */
    class MigrateStatisticsConfigsTest extends MigrateDrupal6TestBase {
    ......
    ......@@ -10,6 +10,7 @@
    * Tests the migration of node counter data to Drupal 8.
    *
    * @group statistics
    * @group legacy
    */
    class MigrateNodeCounterTest extends MigrateDrupal7TestBase {
    ......
    ......@@ -10,7 +10,8 @@
    /**
    * Upgrade variables to statistics.settings.yml.
    *
    * @group migrate_drupal_7
    * @group statistics
    * @group legacy
    */
    class MigrateStatisticsConfigsTest extends MigrateDrupal7TestBase {
    ......
    ......@@ -14,6 +14,7 @@
    * @covers \Drupal\statistics\Plugin\migrate\source\NodeCounter
    *
    * @group statistics
    * @group legacy
    */
    class NodeCounterTest extends MigrateSqlSourceTestBase {
    ......
    ......@@ -10,6 +10,7 @@
    /**
    * @coversDefaultClass \Drupal\statistics\StatisticsViewsResult
    * @group statistics
    * @group legacy
    */
    class StatisticsViewsResultTest extends UnitTestCase {
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment