You are here

public static property GlossaryTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

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

Class

GlossaryTest
Tests glossary functionality of views.

Namespace

Drupal\Tests\views\Functional

Code

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