You are here

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

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

Type: string[]

Overrides TestSetupTrait::$configSchemaCheckerExclusions

File

tests/src/Functional/DrushTest.php, line 32

Class

DrushTest
Automated tests for Drush commands.

Namespace

Drupal\Tests\update_helper\Functional

Code

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