You are here

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

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

Following configurations will be manipulated during testing.

Type: string[]

Overrides KernelTestBase::$configSchemaCheckerExclusions

File

tests/src/Kernel/UpdaterTest.php, line 35

Class

UpdaterTest
@covers \Drupal\update_helper\Updater

Namespace

Drupal\Tests\update_helper\Kernel

Code

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