You are here

public static property AreaTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/views/src/Tests/Handler/AreaTest.php, line 34
Contains \Drupal\views\Tests\Handler\AreaTest.

Class

AreaTest
Tests the plugin base of the area handler.

Namespace

Drupal\views\Tests\Handler

Code

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