You are here

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

Same name in this branch
  1. 8 core/modules/taxonomy/src/Tests/TaxonomyTestBase.php \Drupal\taxonomy\Tests\TaxonomyTestBase::modules
  2. 8 core/modules/taxonomy/src/Tests/Views/TaxonomyTestBase.php \Drupal\taxonomy\Tests\Views\TaxonomyTestBase::modules
Same name and namespace in other branches
  1. 8.0 core/modules/taxonomy/src/Tests/TaxonomyTestBase.php \Drupal\taxonomy\Tests\TaxonomyTestBase::modules

Modules to enable.

Type: array

File

core/modules/taxonomy/src/Tests/TaxonomyTestBase.php, line 26
Contains \Drupal\taxonomy\Tests\TaxonomyTestBase.

Class

TaxonomyTestBase
Provides common helper methods for Taxonomy module tests.

Namespace

Drupal\taxonomy\Tests

Code

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