You are here

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

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

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

core/modules/taxonomy/src/Tests/TermIndexTest.php, line 25
Contains \Drupal\taxonomy\Tests\TermIndexTest.

Class

TermIndexTest
Tests the hook implementations that maintain the taxonomy index.

Namespace

Drupal\taxonomy\Tests

Code

public static $modules = array(
  'views',
);