protected static property TaxonomyVocabularyArgumentTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php \Drupal\Tests\taxonomy\Functional\Views\TaxonomyVocabularyArgumentTest::modules
- 9 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
protected static $modules = [
'taxonomy',
'taxonomy_test_views',
'views',
];