You are here

protected property TestBase::$strictConfigSchema in Tome 8

Set to TRUE to strict check all configuration saved.

Type: bool

Overrides KernelTestBase::$strictConfigSchema

See also

\Drupal\Core\Config\Development\ConfigSchemaChecker

File

modules/tome_base/tests/src/Kernel/TestBase.php, line 39

Class

TestBase
Base class for tome tests.

Namespace

Drupal\Tests\tome_base\Kernel

Code

protected $strictConfigSchema = FALSE;