You are here

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

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

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

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

Class

TaxonomyTestBase
Base class for all taxonomy tests.

Namespace

Drupal\taxonomy\Tests\Views

Code

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