protected property UpdatePathTestBase::$strictConfigSchema in Drupal 8
Same name in this branch
- 8 core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php \Drupal\FunctionalTests\Update\UpdatePathTestBase::strictConfigSchema
- 8 core/modules/system/src/Tests/Update/UpdatePathTestBase.php \Drupal\system\Tests\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/
modules/ system/ src/ Tests/ Update/ UpdatePathTestBase.php, line 125
Class
- UpdatePathTestBase
- Provides a base class for writing an update test.
Namespace
Drupal\system\Tests\UpdateCode
protected $strictConfigSchema = FALSE;