You are here

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

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

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php, line 29
Contains \Drupal\taxonomy\Tests\Views\TaxonomyTermViewTest.

Class

TaxonomyTermViewTest
Tests the taxonomy term view page and its translation.

Namespace

Drupal\taxonomy\Tests\Views

Code

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