protected static property WorkbenchEmailTestBase::$modules in Workbench Email 2.x
Same name and namespace in other branches
- 8 tests/src/Functional/WorkbenchEmailTestBase.php \Drupal\Tests\workbench_email\Functional\WorkbenchEmailTestBase::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 BrowserTestBase::$modules
See also
\Drupal\Tests\BrowserTestBase::installDrupal()
File
- tests/
src/ Functional/ WorkbenchEmailTestBase.php, line 100
Class
- WorkbenchEmailTestBase
- Defines a base class for workbench email tests.
Namespace
Drupal\Tests\workbench_email\FunctionalCode
protected static $modules = [
'workbench_email',
'workbench_email_test',
'node',
'options',
'user',
'system',
'filter',
'block',
'field',
];