You are here

protected static property AreaOrderTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides ViewsKernelTestBase::$modules

File

core/modules/views/tests/src/Kernel/Handler/AreaOrderTest.php, line 24

Class

AreaOrderTest
Tests the view area handler.

Namespace

Drupal\Tests\views\Kernel\Handler

Code

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