You are here

public static property DefaultConfigTest::$skippedConfig in Drupal 10

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

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