public static property ConfigImportRecreateTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php \Drupal\KernelTests\Core\Config\ConfigImportRecreateTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImportRecreateTest.php, line 29
Class
- ConfigImportRecreateTest
- Tests importing recreated configuration entities.
Namespace
Drupal\KernelTests\Core\ConfigCode
public static $modules = [
'system',
'field',
'text',
'user',
'node',
];