You are here

protected static property UpdaterTest::$configSchemaCheckerExclusions in Update helper 2.x

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

Class

UpdaterTest
@covers \Drupal\update_helper\Updater

Namespace

Drupal\Tests\update_helper\Kernel

Code

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