You are here

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

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

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

core/modules/taxonomy/src/Tests/VocabularyLanguageTest.php, line 21
Contains \Drupal\taxonomy\Tests\VocabularyLanguageTest.

Class

VocabularyLanguageTest
Tests the language functionality for vocabularies.

Namespace

Drupal\taxonomy\Tests

Code

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