You are here

protected property UpdatePathTestBase::$strictConfigSchema in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php \Drupal\FunctionalTests\Update\UpdatePathTestBase::strictConfigSchema
  2. 9 core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php \Drupal\FunctionalTests\Update\UpdatePathTestBase::strictConfigSchema

Disable strict config schema checking.

The schema is verified at the end of running the update.

Type: bool

Overrides TestSetupTrait::$strictConfigSchema

File

core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php, line 118

Class

UpdatePathTestBase
Provides a base class for writing an update test.

Namespace

Drupal\FunctionalTests\Update

Code

protected $strictConfigSchema = FALSE;