You are here

public static property TaxonomyIndexTidUiTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/taxonomy/src/Tests/Views/TaxonomyIndexTidUiTest.php \Drupal\taxonomy\Tests\Views\TaxonomyIndexTidUiTest::modules

Modules to enable.

Type: array

Overrides UITestBase::$modules

File

core/modules/taxonomy/src/Tests/Views/TaxonomyIndexTidUiTest.php, line 38
Contains \Drupal\taxonomy\Tests\Views\TaxonomyIndexTidUiTest.

Class

TaxonomyIndexTidUiTest
Tests the taxonomy index filter handler UI.

Namespace

Drupal\taxonomy\Tests\Views

Code

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