You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Tests/Handler/HandlerAllTest.php \Drupal\views\Tests\Handler\HandlerAllTest::modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/views/src/Tests/Handler/HandlerAllTest.php, line 29
Contains \Drupal\views\Tests\Handler\HandlerAllTest.

Class

HandlerAllTest
Tests instances of all handlers.

Namespace

Drupal\views\Tests\Handler

Code

public static $modules = array(
  'aggregator',
  'book',
  'block',
  'comment',
  'contact',
  'field',
  'filter',
  'file',
  'forum',
  'history',
  'language',
  'locale',
  'node',
  'search',
  'statistics',
  'taxonomy',
  'user',
);