diff --git a/core/modules/views_ui/src/Tests/DisplayCRUDTest.php b/core/modules/views_ui/src/Tests/DisplayCRUDTest.php index 4dc31f0..c2dfd84 100644 --- a/core/modules/views_ui/src/Tests/DisplayCRUDTest.php +++ b/core/modules/views_ui/src/Tests/DisplayCRUDTest.php @@ -17,6 +17,17 @@ class DisplayCRUDTest extends UITestBase { /** + * Set to TRUE to strict check all configuration saved. + * + * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker + * + * @todo https://www.drupal.org/node/2387157 + * + * @var bool + */ + protected $strictConfigSchema = FALSE; + + /** * Views used by this test. * * @var array diff --git a/core/modules/views_ui/src/Tests/DisplayExtenderUITest.php b/core/modules/views_ui/src/Tests/DisplayExtenderUITest.php index 8978539..d3412b3 100644 --- a/core/modules/views_ui/src/Tests/DisplayExtenderUITest.php +++ b/core/modules/views_ui/src/Tests/DisplayExtenderUITest.php @@ -17,6 +17,17 @@ class DisplayExtenderUITest extends UITestBase { /** + * Set to TRUE to strict check all configuration saved. + * + * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker + * + * @todo https://www.drupal.org/node/2387149 + * + * @var bool + */ + protected $strictConfigSchema = FALSE; + + /** * Views used by this test. * * @var array