protected static property EntityReferenceActionsTest::$modules in Thunder 6.2.x
Same name and namespace in other branches
- 8.5 tests/src/FunctionalJavascript/Integration/EntityReferenceActionsTest.php \Drupal\Tests\thunder\FunctionalJavascript\Integration\EntityReferenceActionsTest::modules
- 6.1.x tests/src/FunctionalJavascript/Integration/EntityReferenceActionsTest.php \Drupal\Tests\thunder\FunctionalJavascript\Integration\EntityReferenceActionsTest::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 ThunderJavascriptTestBase::$modules
See also
\Drupal\Tests\BrowserTestBase::installDrupal()
File
- tests/
src/ FunctionalJavascript/ Integration/ EntityReferenceActionsTest.php, line 20
Class
- EntityReferenceActionsTest
- Tests integration with the entity_reference_actions and views_bulk_edit.
Namespace
Drupal\Tests\thunder\FunctionalJavascript\IntegrationCode
protected static $modules = [
'thunder_testing_demo',
];