Verified Commit 3136408b authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3413917 by quietone, smustgrave, catch, andypost: Deprecate the Statistics module

(cherry picked from commit 8474559c)
parent e1dc7a71
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -10,5 +10,6 @@
 * Generic module test for statistics.
 *
 * @group statistics
 * @group legacy
 */
class GenericTest extends GenericModuleTestBase {}
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * Tests the statistics admin.
 *
 * @group statistics
 * @group legacy
 */
class StatisticsAdminTest extends BrowserTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
 * Tests if statistics.js is loaded when content is not printed.
 *
 * @group statistics
 * @group legacy
 */
class StatisticsAttachedTest extends BrowserTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * want to test requests from an anonymous user.
 *
 * @group statistics
 * @group legacy
 */
class StatisticsLoggingTest extends BrowserTestBase {

Loading