protected static property TimestampTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/FunctionalTests/Datetime/TimestampTest.php \Drupal\FunctionalTests\Datetime\TimestampTest::modules
- 9 core/tests/Drupal/FunctionalTests/Datetime/TimestampTest.php \Drupal\FunctionalTests\Datetime\TimestampTest::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
- core/
tests/ Drupal/ FunctionalTests/ Datetime/ TimestampTest.php, line 44
Class
- TimestampTest
- Tests the functionality of Timestamp core field UI.
Namespace
Drupal\FunctionalTests\DatetimeCode
protected static $modules = [
'node',
'entity_test',
'field_ui',
];