public static property AreaEntityTest::$modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaEntityTest.php, line 25
Contains \Drupal\views\Tests\Handler\AreaEntityTest.

Class

AreaEntityTest
Tests the generic entity area handler.

Namespace

Drupal\views\Tests\Handler

Code

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