public static property HandlerTest::$modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

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

Class

HandlerTest
Tests abstract handlers of views.

Namespace

Drupal\views\Tests\Handler

Code

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