protected static property ThunderTestBase::$modules in Thunder 6.2.x
Same name and namespace in other branches
- 8.5 tests/src/Functional/ThunderTestBase.php \Drupal\Tests\thunder\Functional\ThunderTestBase::modules
- 6.1.x tests/src/Functional/ThunderTestBase.php \Drupal\Tests\thunder\Functional\ThunderTestBase::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/ ThunderTestBase.php, line 25
Class
- ThunderTestBase
- The base class for all functional Thunder tests.
Namespace
Drupal\Tests\thunder\FunctionalCode
protected static $modules = [
'thunder_test_mock_request',
];