You are here

protected property ConfigCRUDTest::$strictConfigSchema in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/config/src/Tests/ConfigCRUDTest.php \Drupal\config\Tests\ConfigCRUDTest::strictConfigSchema

Exempt from strict schema checking.

Type: bool

Overrides TestBase::$strictConfigSchema

See also

\Drupal\Core\Config\Testing\ConfigSchemaChecker

File

core/modules/config/src/Tests/ConfigCRUDTest.php, line 32
Contains \Drupal\config\Tests\ConfigCRUDTest.

Class

ConfigCRUDTest
Tests CRUD operations on configuration objects.

Namespace

Drupal\config\Tests

Code

protected $strictConfigSchema = FALSE;