You are here

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

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

Modules to enable.

Type: array

File

core/modules/statistics/src/Tests/StatisticsTestBase.php, line 22
Contains \Drupal\statistics\Tests\StatisticsTestBase.

Class

StatisticsTestBase
Defines a base class for testing the Statistics module.

Namespace

Drupal\statistics\Tests

Code

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