DefaultConfigTest::$skippedConfig

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

Type: array

File

core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php, line 44

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: ',
  ],
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.