DefaultConfigTest::$skippedConfig

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php \Drupal\KernelTests\Config\DefaultConfigTest::skippedConfig
  2. 10 core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php \Drupal\KernelTests\Config\DefaultConfigTest::skippedConfig
  3. 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 42

Class

DefaultConfigTest
Tests that the installed config matches the default config.

Namespace

Drupal\KernelTests\Config

Code

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.