public static property TaxonomyTermViewTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php \Drupal\taxonomy\Tests\Views\TaxonomyTermViewTest::modules
Modules to enable.
Type: array
Overrides TaxonomyTestBase::$modules
File
- core/
modules/ taxonomy/ src/ Tests/ Views/ TaxonomyTermViewTest.php, line 29 - Contains \Drupal\taxonomy\Tests\Views\TaxonomyTermViewTest.
Class
- TaxonomyTermViewTest
- Tests the taxonomy term view page and its translation.
Namespace
Drupal\taxonomy\Tests\ViewsCode
public static $modules = array(
'taxonomy',
'views',
);