You are here

protected static property ConfigHandlerTest::$configSchemaCheckerExclusions in Update helper 8

Same name and namespace in other branches
  1. 2.x tests/src/Kernel/ConfigHandlerTest.php \Drupal\Tests\update_helper\Kernel\ConfigHandlerTest::configSchemaCheckerExclusions

An array of config object names that are excluded from schema checking.

Type: string[]

Overrides KernelTestBase::$configSchemaCheckerExclusions

File

tests/src/Kernel/ConfigHandlerTest.php, line 22

Class

ConfigHandlerTest
Automated tests for ConfigName class.

Namespace

Drupal\Tests\update_helper\Kernel

Code

protected static $configSchemaCheckerExclusions = [
  'field.storage.node.body',
];