You are here

public static property AreaTest::$modules in Views (for Drupal 7) 8.3

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

lib/Drupal/views/Tests/Handler/AreaTest.php, line 23
Definition of Drupal\views\Tests\Handler\AreaTest.

Class

AreaTest
Tests the abstract area handler.

Namespace

Drupal\views\Tests\Handler

Code

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