You are here

protected static property AreaViewTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 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

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