RollbackTest::$strictConfigSchema

Same name in this branch
  1. 10 core/tests/Drupal/FunctionalTests/Core/Recipe/RollbackTest.php \Drupal\FunctionalTests\Core\Recipe\RollbackTest::strictConfigSchema
Same name in other branches
  1. 11.x core/tests/Drupal/KernelTests/Core/Recipe/RollbackTest.php \Drupal\KernelTests\Core\Recipe\RollbackTest::strictConfigSchema
  2. 11.x core/tests/Drupal/FunctionalTests/Core/Recipe/RollbackTest.php \Drupal\FunctionalTests\Core\Recipe\RollbackTest::strictConfigSchema

Disable strict config schema because this test explicitly makes the recipe system save invalid config, to prove that it validates it after the fact and raises an error.

Type: strictConfigSchema

Overrides TestSetupTrait::$strictConfigSchema

File

core/tests/Drupal/KernelTests/Core/Recipe/RollbackTest.php, line 27

Class

RollbackTest
@group Recipe

Namespace

Drupal\KernelTests\Core\Recipe

Code

protected $strictConfigSchema = FALSE;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.