public static property TaxonomyTermArgumentDepthTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/taxonomy/src/Tests/Views/TaxonomyTermArgumentDepthTest.php \Drupal\taxonomy\Tests\Views\TaxonomyTermArgumentDepthTest::modules
Modules to enable.
Type: array
Overrides TaxonomyTestBase::$modules
File
- core/
modules/ taxonomy/ src/ Tests/ Views/ TaxonomyTermArgumentDepthTest.php, line 20 - Contains \Drupal\taxonomy\Tests\Views\TaxonomyTermArgumentDepthTest.
Class
- TaxonomyTermArgumentDepthTest
- Tests the taxonomy term with depth argument.
Namespace
Drupal\taxonomy\Tests\ViewsCode
public static $modules = [
'taxonomy',
'taxonomy_test_views',
'views',
'node',
];