You are here

protected property KernelTestBase::$strictConfigSchema in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/KernelTests/KernelTestBase.php \Drupal\KernelTests\KernelTestBase::strictConfigSchema

Set to TRUE to strict check all configuration saved.

Type: bool

See also

\Drupal\Core\Config\Development\ConfigSchemaChecker

File

core/tests/Drupal/KernelTests/KernelTestBase.php, line 211

Class

KernelTestBase
Base class for functional integration tests.

Namespace

Drupal\KernelTests

Code

protected $strictConfigSchema = TRUE;