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/TaxonomyTestBase.php \Drupal\taxonomy\Tests\TaxonomyTestBase::modules
Modules to enable.
Type: array
File
- core/
modules/ taxonomy/ src/ Tests/ TaxonomyTestBase.php, line 26 - Contains \Drupal\taxonomy\Tests\TaxonomyTestBase.
Class
- TaxonomyTestBase
- Provides common helper methods for Taxonomy module tests.
Namespace
Drupal\taxonomy\TestsCode
public static $modules = array(
'taxonomy',
'block',
);