You are here

protected property UpdatePathTestBase::$strictConfigSchema in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 TestBase::$strictConfigSchema

File

core/modules/system/src/Tests/Update/UpdatePathTestBase.php, line 124
Contains \Drupal\system\Tests\Update\UpdatePathTestBase.

Class

UpdatePathTestBase
Provides a base class for writing an update test.

Namespace

Drupal\system\Tests\Update

Code

protected $strictConfigSchema = FALSE;