You are here

protected static property GlossaryTest::$modules in Drupal 10

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

Modules to enable.

Type: array

File

core/modules/views/tests/src/Functional/GlossaryTest.php, line 24

Class

GlossaryTest
Tests glossary functionality of views.

Namespace

Drupal\Tests\views\Functional

Code

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