public static property AreaTest::$modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaTest.php, line 30
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',
);