You are here

protected property FieldMissingTypeTest::$strictConfigSchema in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php \Drupal\KernelTests\Core\Field\FieldMissingTypeTest::strictConfigSchema
  2. 10 core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php \Drupal\KernelTests\Core\Field\FieldMissingTypeTest::strictConfigSchema

Set to FALSE because we are hacking a field storage to use a fake type.

Type: bool

Overrides KernelTestBase::$strictConfigSchema

See also

\Drupal\Core\Config\Development\ConfigSchemaChecker

File

core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php, line 25

Class

FieldMissingTypeTest
Tests the exception when missing a field type.

Namespace

Drupal\KernelTests\Core\Field

Code

protected $strictConfigSchema = FALSE;