public static property TaxonomyVocabularyArgumentTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php \Drupal\Tests\taxonomy\Functional\Views\TaxonomyVocabularyArgumentTest::modules
- 10 core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php \Drupal\Tests\taxonomy\Functional\Views\TaxonomyVocabularyArgumentTest::modules
Modules to enable.
Type: array
Overrides TaxonomyTestBase::$modules
File
- core/
modules/ taxonomy/ tests/ src/ Functional/ Views/ TaxonomyVocabularyArgumentTest.php, line 17
Class
- TaxonomyVocabularyArgumentTest
- Tests the vocabulary argument.
Namespace
Drupal\Tests\taxonomy\Functional\ViewsCode
public static $modules = [
'taxonomy',
'taxonomy_test_views',
'views',
];