You are here

protected property FeaturesManagerKernelTest::$strictConfigSchema in Features 8.4

Same name and namespace in other branches
  1. 8.3 tests/src/Kernel/FeaturesManagerKernelTest.php \Drupal\Tests\features\Kernel\FeaturesManagerKernelTest::strictConfigSchema

Set to TRUE to strict check all configuration saved.

Type: bool

Overrides KernelTestBase::$strictConfigSchema

See also

\Drupal\Core\Config\Development\ConfigSchemaChecker

File

tests/src/Kernel/FeaturesManagerKernelTest.php, line 20

Class

FeaturesManagerKernelTest
The Feature Manager Kernel Test.

Namespace

Drupal\Tests\features\Kernel

Code

protected $strictConfigSchema = FALSE;