You are here

public static property StatisticsAttachedTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/statistics/src/Tests/StatisticsAttachedTest.php \Drupal\statistics\Tests\StatisticsAttachedTest::modules

Modules to enable.

Type: array

File

core/modules/statistics/src/Tests/StatisticsAttachedTest.php, line 25
Contains \Drupal\statistics\Tests\StatisticsAttachedTest.

Class

StatisticsAttachedTest
Tests if statistics.js is loaded when content is not printed.

Namespace

Drupal\statistics\Tests

Code

public static $modules = array(
  'node',
  'statistics',
);