protected static property RegressionTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php \Drupal\KernelTests\Core\Database\RegressionTest::modules
Modules to enable.
Type: array
Overrides DatabaseTestBase::$modules
File
- core/
tests/ Drupal/ KernelTests/ Core/ Database/ RegressionTest.php, line 17
Class
- RegressionTest
- Regression tests cases for the database layer.
Namespace
Drupal\KernelTests\Core\DatabaseCode
protected static $modules = [
'node',
'user',
];