You are here

public static property DefaultConfigTest::$skippedConfig in Drupal 9

Same name and namespace in other branches
  1. 8 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

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\Config

Code

public static $skippedConfig = [
  'locale.settings' => [
    'path: ',
  ],
  'syslog.settings' => [
    'facility: ',
  ],
  'simpletest.settings' => TRUE,
];