You are here

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

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

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

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

Class

TaxonomyFieldFilterTest
Tests taxonomy field filters with translations.

Namespace

Drupal\taxonomy\Tests\Views

Code

public static $modules = array(
  'language',
  'taxonomy',
  'taxonomy_test_views',
  'text',
  'views',
  'node',
);