core/modules/editor/src/Tests/QuickEditIntegrationTest.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/core/modules/editor/src/Tests/QuickEditIntegrationTest.php b/core/modules/editor/src/Tests/QuickEditIntegrationTest.php index 9f70a14..33077c3 100644 --- a/core/modules/editor/src/Tests/QuickEditIntegrationTest.php +++ b/core/modules/editor/src/Tests/QuickEditIntegrationTest.php @@ -25,17 +25,6 @@ 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');