You are here

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

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

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

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

Class

VocabularyTranslationTest
Tests content translation for vocabularies.

Namespace

Drupal\taxonomy\Tests

Code

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