protected static property ConfigDiffTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php \Drupal\KernelTests\Core\Config\ConfigDiffTest::modules
- 9 core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php \Drupal\KernelTests\Core\Config\ConfigDiffTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigDiffTest.php, line 19
Class
- ConfigDiffTest
- Calculating the difference between two sets of configuration.
Namespace
Drupal\KernelTests\Core\ConfigCode
protected static $modules = [
'config_test',
'system',
];