You are here

protected static property ExposedFormTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php \Drupal\Tests\views\Functional\Plugin\ExposedFormTest::modules
  2. 9 core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php \Drupal\Tests\views\Functional\Plugin\ExposedFormTest::modules

Modules to enable.

Type: array

File

core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php, line 33

Class

ExposedFormTest
Tests exposed forms functionality.

Namespace

Drupal\Tests\views\Functional\Plugin

Code

protected static $modules = [
  'node',
  'views_ui',
  'block',
  'entity_test',
];