You are here

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

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

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

core/modules/taxonomy/src/Tests/TaxonomyTermIndentationTest.php, line 22
Contains \Drupal\taxonomy\Tests\TaxonomyTermIndentationTest.

Class

TaxonomyTermIndentationTest
Ensure that the term indentation works properly.

Namespace

Drupal\taxonomy\Tests

Code

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