DefaultConfigTest::$skippedConfig
Same name in other branches
- 8.9.x core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php \Drupal\KernelTests\Config\DefaultConfigTest::skippedConfig
- 10 core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php \Drupal\KernelTests\Config\DefaultConfigTest::skippedConfig
- 11.x core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php \Drupal\KernelTests\Config\DefaultConfigTest::skippedConfig
The following config entries are changed on module install.
Comparing them does not make sense.
@todo Figure out why simpletest.settings is not installed.
Type: array
File
-
core/
tests/ Drupal/ KernelTests/ Config/ DefaultConfigTest.php, line 43
Class
- DefaultConfigTest
- Tests that the installed config matches the default config.
Namespace
Drupal\KernelTests\ConfigCode
public static $skippedConfig = [
'locale.settings' => [
'path: ',
],
'syslog.settings' => [
'facility: ',
],
'simpletest.settings' => TRUE,
];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.