You are here

public static property AreaViewTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/tests/src/Kernel/Handler/AreaViewTest.php \Drupal\Tests\views\Kernel\Handler\AreaViewTest::modules
  2. 10 core/modules/views/tests/src/Kernel/Handler/AreaViewTest.php \Drupal\Tests\views\Kernel\Handler\AreaViewTest::modules

Modules to enable.

Type: array

Overrides ViewsKernelTestBase::$modules

File

core/modules/views/tests/src/Kernel/Handler/AreaViewTest.php, line 21

Class

AreaViewTest
Tests the view area handler.

Namespace

Drupal\Tests\views\Kernel\Handler

Code

public static $modules = [
  'user',
];