public static property TaxonomyIndexTidUiTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/taxonomy/src/Tests/Views/TaxonomyIndexTidUiTest.php \Drupal\taxonomy\Tests\Views\TaxonomyIndexTidUiTest::modules
Modules to enable.
Type: array
Overrides UITestBase::$modules
File
- core/
modules/ taxonomy/ src/ Tests/ Views/ TaxonomyIndexTidUiTest.php, line 38 - Contains \Drupal\taxonomy\Tests\Views\TaxonomyIndexTidUiTest.
Class
- TaxonomyIndexTidUiTest
- Tests the taxonomy index filter handler UI.
Namespace
Drupal\taxonomy\Tests\ViewsCode
public static $modules = [
'node',
'taxonomy',
'taxonomy_test_views',
];