public static property TaxonomyBehaviorInvocationTest::$modules in Rabbit Hole 2.x
Same name and namespace in other branches
- 8 modules/rh_taxonomy/tests/src/Functional/TaxonomyBehaviorInvocationTest.php \Drupal\Tests\rh_taxonomy\Functional\TaxonomyBehaviorInvocationTest::modules
Modules to enable.
The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.
Type: string[]
Overrides RabbitHoleBehaviorInvocationTestBase::$modules
See also
\Drupal\Tests\BrowserTestBase::installDrupal()
File
- modules/
rh_taxonomy/ tests/ src/ Functional/ TaxonomyBehaviorInvocationTest.php, line 25
Class
- TaxonomyBehaviorInvocationTest
- Test that rabbit hole behaviors are invoked correctly for taxonomy terms.
Namespace
Drupal\Tests\rh_taxonomy\FunctionalCode
public static $modules = [
'rh_taxonomy',
'taxonomy',
];