You are here

protected static property GlossaryViewTest::$modules in Drupal 10

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

File

core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php, line 25

Class

GlossaryViewTest
Tests the basic AJAX functionality of the Glossary View.

Namespace

Drupal\Tests\views\FunctionalJavascript

Code

protected static $modules = [
  'language',
  'node',
  'views',
  'views_test_config',
];