public static property HandlerAllTest::$modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerAllTest.php, line 25
Definition of Drupal\views\Tests\Handler\HandlerAllTest.

Class

HandlerAllTest
Creates views with 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',
  'translation',
  'user',
);