public static property TaxonomyTestBase::$modules in Zircon Profile 8
Same name in this branch
- 8 core/modules/taxonomy/src/Tests/TaxonomyTestBase.php \Drupal\taxonomy\Tests\TaxonomyTestBase::modules
- 8 core/modules/taxonomy/src/Tests/Views/TaxonomyTestBase.php \Drupal\taxonomy\Tests\Views\TaxonomyTestBase::modules
Same name and namespace in other branches
- 8.0 core/modules/taxonomy/src/Tests/Views/TaxonomyTestBase.php \Drupal\taxonomy\Tests\Views\TaxonomyTestBase::modules
Modules to enable.
Type: array
Overrides ViewTestBase::$modules
File
- core/
modules/ taxonomy/ src/ Tests/ Views/ TaxonomyTestBase.php, line 28 - Contains \Drupal\taxonomy\Tests\Views\TaxonomyTestBase.
Class
- TaxonomyTestBase
- Base class for all taxonomy tests.
Namespace
Drupal\taxonomy\Tests\ViewsCode
public static $modules = array(
'taxonomy',
'taxonomy_test_views',
);