You are here

protected property MultiversionFunctionalTestBase::$strictConfigSchema in Multiversion 8

Set to TRUE to strict check all configuration saved.

Type: bool

Overrides TestSetupTrait::$strictConfigSchema

See also

\Drupal\Core\Config\Testing\ConfigSchemaChecker

File

tests/src/Functional/MultiversionFunctionalTestBase.php, line 15

Class

MultiversionFunctionalTestBase
Defines a base class for testing the Multiversion module.

Namespace

Drupal\Tests\multiversion\Functional

Code

protected $strictConfigSchema = FALSE;