diff --git a/core/modules/editor/src/Tests/QuickEditIntegrationTest.php b/core/modules/editor/src/Tests/QuickEditIntegrationTest.php index 33077c3..9f70a14 100644 --- a/core/modules/editor/src/Tests/QuickEditIntegrationTest.php +++ b/core/modules/editor/src/Tests/QuickEditIntegrationTest.php @@ -25,6 +25,17 @@ class QuickEditIntegrationTest extends QuickEditTestBase { /** + * Set to TRUE to strict check all configuration saved. + * + * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker + * + * @todo Altering not schema compatible. https://www.drupal.org/node/2389697 + * + * @var bool + */ + protected $strictConfigSchema = FALSE; + + /** * {@inheritdoc} */ public static $modules = array('editor', 'editor_test');