From 1419122c76fdcdf542b4f94eb51545840e26ef61 Mon Sep 17 00:00:00 2001 From: webchick <drupal@webchick.net> Date: Thu, 11 Dec 2014 12:43:20 -0800 Subject: [PATCH] =?UTF-8?q?Issue=20#2183983=20by=20G=C3=A1bor=20Hojtsy,=20?= =?UTF-8?q?vijaycs85,=20Berdir,=20Wim=20Leers,=20webflo,=20alexpott:=20Fin?= =?UTF-8?q?d=20hidden=20configuration=20schema=20issues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/modules/action/src/Tests/BulkFormTest.php | 5 ----- core/modules/block/src/Tests/BlockUiTest.php | 5 ----- .../modules/block/src/Tests/Views/DisplayBlockTest.php | 9 --------- .../src/Tests/BlockContentCacheTagsTest.php | 9 --------- .../block_content/src/Tests/BlockContentFieldTest.php | 9 --------- .../src/Tests/BlockContentTranslationUITest.php | 10 ---------- core/modules/ckeditor/src/Tests/CKEditorAdminTest.php | 5 ----- .../modules/ckeditor/src/Tests/CKEditorLoadingTest.php | 2 +- core/modules/color/src/Tests/ColorConfigSchemaTest.php | 5 ----- core/modules/color/src/Tests/ColorTest.php | 5 ----- core/modules/comment/src/Tests/CommentActionsTest.php | 5 ----- core/modules/config/src/Tests/ConfigDependencyTest.php | 9 --------- .../config/src/Tests/ConfigEntityNormalizeTest.php | 9 --------- core/modules/config/src/Tests/ConfigEventsTest.php | 9 --------- .../src/Tests/ConfigImportRenameValidationTest.php | 9 --------- core/modules/config/src/Tests/ConfigInstallTest.php | 9 --------- .../config/src/Tests/ConfigLanguageOverrideTest.php | 9 --------- core/modules/config/src/Tests/ConfigOverrideTest.php | 9 --------- core/modules/config/src/Tests/ConfigSchemaTest.php | 9 --------- core/modules/config/src/Tests/SchemaCheckTraitTest.php | 9 --------- .../config/src/Tests/SchemaConfigListenerTest.php | 5 ----- .../config/src/Tests/SchemaConfigListenerWebTest.php | 5 ----- core/modules/contact/src/Tests/ContactPersonalTest.php | 9 --------- core/modules/contact/src/Tests/ContactSitewideTest.php | 9 --------- .../contact/src/Tests/Views/ContactLinkTest.php | 9 --------- .../src/Tests/ContentTranslationSettingsTest.php | 9 --------- core/modules/datetime/src/Tests/DateTimeFieldTest.php | 9 --------- core/modules/editor/src/Tests/EditorAdminTest.php | 5 ----- .../entity_reference/src/Tests/Views/SelectionTest.php | 9 --------- core/modules/field/src/Tests/DisplayApiTest.php | 9 --------- core/modules/field/src/Tests/Email/EmailFieldTest.php | 9 --------- .../src/Tests/FieldImportDeleteUninstallUiTest.php | 9 --------- core/modules/field/src/Tests/FormTest.php | 9 --------- .../modules/field/src/Tests/Number/NumberFieldTest.php | 9 --------- core/modules/field/src/Tests/ShapeItemTest.php | 9 --------- .../modules/field/src/Tests/String/StringFieldTest.php | 9 --------- .../field/src/Tests/TestItemWithDependenciesTest.php | 9 --------- core/modules/field_ui/src/Tests/EntityDisplayTest.php | 9 --------- .../field_ui/src/Tests/EntityFormDisplayTest.php | 9 --------- core/modules/field_ui/src/Tests/ManageDisplayTest.php | 9 --------- core/modules/field_ui/src/Tests/ManageFieldsTest.php | 9 --------- core/modules/image/src/Tests/ImageDimensionsTest.php | 5 ----- core/modules/image/src/Tests/ImageFieldTestBase.php | 9 --------- core/modules/link/src/Tests/LinkFieldTest.php | 9 --------- .../migrate_drupal/src/Tests/MigrateDrupalTestBase.php | 9 --------- .../src/Tests/d6/MigrateFieldInstanceTest.php | 9 --------- .../src/Tests/d6/MigrateFieldWidgetSettingsTest.php | 9 --------- .../options/src/Tests/OptionsFloatFieldImportTest.php | 9 --------- core/modules/quickedit/src/Tests/QuickEditTestBase.php | 9 --------- core/modules/search/src/Tests/SearchTokenizerTest.php | 5 ----- core/modules/simpletest/src/TestBase.php | 2 +- .../statistics/src/Tests/StatisticsReportsTest.php | 5 ----- core/modules/system/src/Tests/Batch/PageTest.php | 9 --------- .../src/Tests/Entity/EntityQueryRelationshipTest.php | 9 --------- .../src/Tests/Entity/EntityViewControllerTest.php | 9 --------- .../system/src/Tests/Extension/ThemeHandlerTest.php | 9 --------- core/modules/system/src/Tests/Form/FormObjectTest.php | 9 --------- core/modules/system/src/Tests/Menu/BreadcrumbTest.php | 9 --------- core/modules/system/src/Tests/Menu/MenuRouterTest.php | 9 --------- core/modules/system/src/Tests/System/PageTitleTest.php | 9 --------- core/modules/system/src/Tests/System/ThemeTest.php | 9 --------- core/modules/taxonomy/src/Tests/VocabularyCrudTest.php | 5 ----- core/modules/tour/src/Tests/TourTest.php | 5 ----- core/modules/views/src/Tests/ViewTestBase.php | 9 --------- core/modules/views/src/Tests/ViewUnitTestBase.php | 9 --------- core/modules/views/src/Tests/Wizard/WizardTestBase.php | 9 --------- .../views_ui/src/Tests/NewViewConfigSchemaTest.php | 9 --------- 67 files changed, 2 insertions(+), 532 deletions(-) diff --git a/core/modules/action/src/Tests/BulkFormTest.php b/core/modules/action/src/Tests/BulkFormTest.php index 86c34d0d0278..8fd634bb777a 100644 --- a/core/modules/action/src/Tests/BulkFormTest.php +++ b/core/modules/action/src/Tests/BulkFormTest.php @@ -18,11 +18,6 @@ */ class BulkFormTest extends WebTestBase { - /** - * {@inheritdoc} - */ - protected $strictConfigSchema = TRUE; - /** * Modules to install. * diff --git a/core/modules/block/src/Tests/BlockUiTest.php b/core/modules/block/src/Tests/BlockUiTest.php index 0313443d9a0c..e03135fd0aae 100644 --- a/core/modules/block/src/Tests/BlockUiTest.php +++ b/core/modules/block/src/Tests/BlockUiTest.php @@ -16,11 +16,6 @@ */ class BlockUiTest extends WebTestBase { - /** - * {@inheritdoc} - */ - protected $strictConfigSchema = TRUE; - /** * Modules to install. * diff --git a/core/modules/block/src/Tests/Views/DisplayBlockTest.php b/core/modules/block/src/Tests/Views/DisplayBlockTest.php index 012c74ac4a3e..1fafbe2e377a 100644 --- a/core/modules/block/src/Tests/Views/DisplayBlockTest.php +++ b/core/modules/block/src/Tests/Views/DisplayBlockTest.php @@ -22,15 +22,6 @@ */ class DisplayBlockTest extends ViewTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to install. * diff --git a/core/modules/block_content/src/Tests/BlockContentCacheTagsTest.php b/core/modules/block_content/src/Tests/BlockContentCacheTagsTest.php index c6e3d3f1fd9b..1ea2156da2b8 100644 --- a/core/modules/block_content/src/Tests/BlockContentCacheTagsTest.php +++ b/core/modules/block_content/src/Tests/BlockContentCacheTagsTest.php @@ -18,15 +18,6 @@ */ class BlockContentCacheTagsTest extends EntityCacheTagsTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * {@inheritdoc} */ diff --git a/core/modules/block_content/src/Tests/BlockContentFieldTest.php b/core/modules/block_content/src/Tests/BlockContentFieldTest.php index 26d921a0d197..4fc7bf651ad7 100644 --- a/core/modules/block_content/src/Tests/BlockContentFieldTest.php +++ b/core/modules/block_content/src/Tests/BlockContentFieldTest.php @@ -17,15 +17,6 @@ */ class BlockContentFieldTest extends BlockContentTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/block_content/src/Tests/BlockContentTranslationUITest.php b/core/modules/block_content/src/Tests/BlockContentTranslationUITest.php index 8e3a0e75f231..74fc5375fdf8 100644 --- a/core/modules/block_content/src/Tests/BlockContentTranslationUITest.php +++ b/core/modules/block_content/src/Tests/BlockContentTranslationUITest.php @@ -17,16 +17,6 @@ */ class BlockContentTranslationUITest extends ContentTranslationUITest { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - - /** * Modules to enable. * diff --git a/core/modules/ckeditor/src/Tests/CKEditorAdminTest.php b/core/modules/ckeditor/src/Tests/CKEditorAdminTest.php index 2773509c32d7..68497577470f 100644 --- a/core/modules/ckeditor/src/Tests/CKEditorAdminTest.php +++ b/core/modules/ckeditor/src/Tests/CKEditorAdminTest.php @@ -18,11 +18,6 @@ */ class CKEditorAdminTest extends WebTestBase { - /** - * {@inheritdoc} - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/ckeditor/src/Tests/CKEditorLoadingTest.php b/core/modules/ckeditor/src/Tests/CKEditorLoadingTest.php index 98d73af750ad..cddf23fa1145 100644 --- a/core/modules/ckeditor/src/Tests/CKEditorLoadingTest.php +++ b/core/modules/ckeditor/src/Tests/CKEditorLoadingTest.php @@ -129,7 +129,7 @@ function testLoading() { \Drupal::service('module_installer')->install(array('ckeditor_test')); $this->container->get('plugin.manager.ckeditor.plugin')->clearCachedDefinitions(); $editor_settings = $editor->getSettings(); - $editor_settings['toolbar']['buttons'][0][] = 'Llama'; + $editor_settings['toolbar']['rows'][0][0]['items'][] = 'Llama'; $editor->setSettings($editor_settings); $editor->save(); $this->drupalGet('node/add/article'); diff --git a/core/modules/color/src/Tests/ColorConfigSchemaTest.php b/core/modules/color/src/Tests/ColorConfigSchemaTest.php index 01f3646e5bba..0a4fb9737bf7 100644 --- a/core/modules/color/src/Tests/ColorConfigSchemaTest.php +++ b/core/modules/color/src/Tests/ColorConfigSchemaTest.php @@ -16,11 +16,6 @@ */ class ColorConfigSchemaTest extends WebTestBase { - /** - * {@inheritdoc} - */ - protected $strictConfigSchema = TRUE; - /** * Modules to install. * diff --git a/core/modules/color/src/Tests/ColorTest.php b/core/modules/color/src/Tests/ColorTest.php index 8adc7f26ada6..185faae5155f 100644 --- a/core/modules/color/src/Tests/ColorTest.php +++ b/core/modules/color/src/Tests/ColorTest.php @@ -17,11 +17,6 @@ */ class ColorTest extends WebTestBase { - /** - * {@inheritdoc} - */ - protected $strictConfigSchema = TRUE; - /** * Modules to install. * diff --git a/core/modules/comment/src/Tests/CommentActionsTest.php b/core/modules/comment/src/Tests/CommentActionsTest.php index e5443c18591d..a0b50d6449a6 100644 --- a/core/modules/comment/src/Tests/CommentActionsTest.php +++ b/core/modules/comment/src/Tests/CommentActionsTest.php @@ -16,11 +16,6 @@ */ class CommentActionsTest extends CommentTestBase { - /** - * {@inheritdoc} - */ - protected $strictConfigSchema = TRUE; - /** * Modules to install. * diff --git a/core/modules/config/src/Tests/ConfigDependencyTest.php b/core/modules/config/src/Tests/ConfigDependencyTest.php index e4fcf2facf8e..88abef7dfa10 100644 --- a/core/modules/config/src/Tests/ConfigDependencyTest.php +++ b/core/modules/config/src/Tests/ConfigDependencyTest.php @@ -16,15 +16,6 @@ */ class ConfigDependencyTest extends KernelTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/config/src/Tests/ConfigEntityNormalizeTest.php b/core/modules/config/src/Tests/ConfigEntityNormalizeTest.php index dcc6341627a8..5e52cfe9bf2c 100644 --- a/core/modules/config/src/Tests/ConfigEntityNormalizeTest.php +++ b/core/modules/config/src/Tests/ConfigEntityNormalizeTest.php @@ -11,15 +11,6 @@ */ class ConfigEntityNormalizeTest extends KernelTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - public static $modules = array('config_test'); protected function setUp() { diff --git a/core/modules/config/src/Tests/ConfigEventsTest.php b/core/modules/config/src/Tests/ConfigEventsTest.php index a9671287b762..b4f72794ad1a 100644 --- a/core/modules/config/src/Tests/ConfigEventsTest.php +++ b/core/modules/config/src/Tests/ConfigEventsTest.php @@ -18,15 +18,6 @@ */ class ConfigEventsTest extends KernelTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/config/src/Tests/ConfigImportRenameValidationTest.php b/core/modules/config/src/Tests/ConfigImportRenameValidationTest.php index a7cae49a6eec..ea2facebd3ac 100644 --- a/core/modules/config/src/Tests/ConfigImportRenameValidationTest.php +++ b/core/modules/config/src/Tests/ConfigImportRenameValidationTest.php @@ -22,15 +22,6 @@ */ class ConfigImportRenameValidationTest extends KernelTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Config Importer object used for testing. * diff --git a/core/modules/config/src/Tests/ConfigInstallTest.php b/core/modules/config/src/Tests/ConfigInstallTest.php index 745950a70ad6..01c3bd843fa4 100644 --- a/core/modules/config/src/Tests/ConfigInstallTest.php +++ b/core/modules/config/src/Tests/ConfigInstallTest.php @@ -17,15 +17,6 @@ */ class ConfigInstallTest extends KernelTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - protected function setUp() { parent::setUp(); diff --git a/core/modules/config/src/Tests/ConfigLanguageOverrideTest.php b/core/modules/config/src/Tests/ConfigLanguageOverrideTest.php index 2246612384ca..2371a88a16aa 100644 --- a/core/modules/config/src/Tests/ConfigLanguageOverrideTest.php +++ b/core/modules/config/src/Tests/ConfigLanguageOverrideTest.php @@ -17,15 +17,6 @@ */ class ConfigLanguageOverrideTest extends KernelTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/config/src/Tests/ConfigOverrideTest.php b/core/modules/config/src/Tests/ConfigOverrideTest.php index 76c82036141d..38ba0a1e581f 100644 --- a/core/modules/config/src/Tests/ConfigOverrideTest.php +++ b/core/modules/config/src/Tests/ConfigOverrideTest.php @@ -16,15 +16,6 @@ */ class ConfigOverrideTest extends KernelTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/config/src/Tests/ConfigSchemaTest.php b/core/modules/config/src/Tests/ConfigSchemaTest.php index e87a984639d6..202b55225830 100644 --- a/core/modules/config/src/Tests/ConfigSchemaTest.php +++ b/core/modules/config/src/Tests/ConfigSchemaTest.php @@ -20,15 +20,6 @@ */ class ConfigSchemaTest extends KernelTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/config/src/Tests/SchemaCheckTraitTest.php b/core/modules/config/src/Tests/SchemaCheckTraitTest.php index db3be3cc5960..a622db8c22d0 100644 --- a/core/modules/config/src/Tests/SchemaCheckTraitTest.php +++ b/core/modules/config/src/Tests/SchemaCheckTraitTest.php @@ -18,15 +18,6 @@ */ class SchemaCheckTraitTest extends KernelTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - use SchemaCheckTrait; /** diff --git a/core/modules/config/src/Tests/SchemaConfigListenerTest.php b/core/modules/config/src/Tests/SchemaConfigListenerTest.php index 579d916cc528..79d9208c8afc 100644 --- a/core/modules/config/src/Tests/SchemaConfigListenerTest.php +++ b/core/modules/config/src/Tests/SchemaConfigListenerTest.php @@ -23,11 +23,6 @@ class SchemaConfigListenerTest extends KernelTestBase { */ public static $modules = array('config_test'); - /** - * {@inheritdoc} - */ - protected $strictConfigSchema = TRUE; - /** * Tests \Drupal\Core\Config\Testing\ConfigSchemaChecker. */ diff --git a/core/modules/config/src/Tests/SchemaConfigListenerWebTest.php b/core/modules/config/src/Tests/SchemaConfigListenerWebTest.php index 878665c14cdb..01a1cf8712bf 100644 --- a/core/modules/config/src/Tests/SchemaConfigListenerWebTest.php +++ b/core/modules/config/src/Tests/SchemaConfigListenerWebTest.php @@ -24,11 +24,6 @@ class SchemaConfigListenerWebTest extends WebTestBase { */ public static $modules = array('config_test'); - /** - * {@inheritdoc} - */ - protected $strictConfigSchema = TRUE; - /** * Tests \Drupal\Core\Config\Testing\ConfigSchemaChecker. */ diff --git a/core/modules/contact/src/Tests/ContactPersonalTest.php b/core/modules/contact/src/Tests/ContactPersonalTest.php index 2fbab6e3cc59..b92ad85e7711 100644 --- a/core/modules/contact/src/Tests/ContactPersonalTest.php +++ b/core/modules/contact/src/Tests/ContactPersonalTest.php @@ -18,15 +18,6 @@ */ class ContactPersonalTest extends WebTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/contact/src/Tests/ContactSitewideTest.php b/core/modules/contact/src/Tests/ContactSitewideTest.php index 53d8269b4e50..b7379ca1bf34 100644 --- a/core/modules/contact/src/Tests/ContactSitewideTest.php +++ b/core/modules/contact/src/Tests/ContactSitewideTest.php @@ -23,15 +23,6 @@ class ContactSitewideTest extends WebTestBase { use FieldUiTestTrait; - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/contact/src/Tests/Views/ContactLinkTest.php b/core/modules/contact/src/Tests/Views/ContactLinkTest.php index 060d1b810d27..bb7fb91b43ff 100644 --- a/core/modules/contact/src/Tests/Views/ContactLinkTest.php +++ b/core/modules/contact/src/Tests/Views/ContactLinkTest.php @@ -18,15 +18,6 @@ */ class ContactLinkTest extends ViewTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Stores the user data service used by the test. * diff --git a/core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php b/core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php index 0b2102d4bc01..98a988386d29 100644 --- a/core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php +++ b/core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php @@ -21,15 +21,6 @@ */ class ContentTranslationSettingsTest extends WebTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/datetime/src/Tests/DateTimeFieldTest.php b/core/modules/datetime/src/Tests/DateTimeFieldTest.php index 2de16eeac321..aa5239e3b9f0 100644 --- a/core/modules/datetime/src/Tests/DateTimeFieldTest.php +++ b/core/modules/datetime/src/Tests/DateTimeFieldTest.php @@ -19,15 +19,6 @@ */ class DateTimeFieldTest extends WebTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/editor/src/Tests/EditorAdminTest.php b/core/modules/editor/src/Tests/EditorAdminTest.php index 86080273addb..020aa587b842 100644 --- a/core/modules/editor/src/Tests/EditorAdminTest.php +++ b/core/modules/editor/src/Tests/EditorAdminTest.php @@ -16,11 +16,6 @@ */ class EditorAdminTest extends WebTestBase { - /** - * {@inheritdoc} - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/entity_reference/src/Tests/Views/SelectionTest.php b/core/modules/entity_reference/src/Tests/Views/SelectionTest.php index 1fbe5cb54c70..823e46ff5b18 100644 --- a/core/modules/entity_reference/src/Tests/Views/SelectionTest.php +++ b/core/modules/entity_reference/src/Tests/Views/SelectionTest.php @@ -16,15 +16,6 @@ */ class SelectionTest extends WebTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - public static $modules = array('node', 'views', 'entity_reference', 'entity_reference_test', 'entity_test'); /** diff --git a/core/modules/field/src/Tests/DisplayApiTest.php b/core/modules/field/src/Tests/DisplayApiTest.php index 513de0bc0986..4123ab31ee31 100644 --- a/core/modules/field/src/Tests/DisplayApiTest.php +++ b/core/modules/field/src/Tests/DisplayApiTest.php @@ -16,15 +16,6 @@ */ class DisplayApiTest extends FieldUnitTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * The field name to use in this test. * diff --git a/core/modules/field/src/Tests/Email/EmailFieldTest.php b/core/modules/field/src/Tests/Email/EmailFieldTest.php index bfc8e86bd383..2ce3c46fcde3 100644 --- a/core/modules/field/src/Tests/Email/EmailFieldTest.php +++ b/core/modules/field/src/Tests/Email/EmailFieldTest.php @@ -17,15 +17,6 @@ */ class EmailFieldTest extends WebTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/field/src/Tests/FieldImportDeleteUninstallUiTest.php b/core/modules/field/src/Tests/FieldImportDeleteUninstallUiTest.php index 18808187960a..939cfc4db7bb 100644 --- a/core/modules/field/src/Tests/FieldImportDeleteUninstallUiTest.php +++ b/core/modules/field/src/Tests/FieldImportDeleteUninstallUiTest.php @@ -18,15 +18,6 @@ */ class FieldImportDeleteUninstallUiTest extends FieldTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/field/src/Tests/FormTest.php b/core/modules/field/src/Tests/FormTest.php index fde1f290844c..92746244cc32 100644 --- a/core/modules/field/src/Tests/FormTest.php +++ b/core/modules/field/src/Tests/FormTest.php @@ -18,15 +18,6 @@ */ class FormTest extends FieldTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/field/src/Tests/Number/NumberFieldTest.php b/core/modules/field/src/Tests/Number/NumberFieldTest.php index 0c1d558ce628..0c146ea7a128 100644 --- a/core/modules/field/src/Tests/Number/NumberFieldTest.php +++ b/core/modules/field/src/Tests/Number/NumberFieldTest.php @@ -17,15 +17,6 @@ */ class NumberFieldTest extends WebTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/field/src/Tests/ShapeItemTest.php b/core/modules/field/src/Tests/ShapeItemTest.php index 05c1606ed37d..548d63e1c73e 100644 --- a/core/modules/field/src/Tests/ShapeItemTest.php +++ b/core/modules/field/src/Tests/ShapeItemTest.php @@ -17,15 +17,6 @@ */ class ShapeItemTest extends FieldUnitTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/field/src/Tests/String/StringFieldTest.php b/core/modules/field/src/Tests/String/StringFieldTest.php index 625d22c2632f..fd5699eea191 100644 --- a/core/modules/field/src/Tests/String/StringFieldTest.php +++ b/core/modules/field/src/Tests/String/StringFieldTest.php @@ -17,15 +17,6 @@ */ class StringFieldTest extends WebTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/field/src/Tests/TestItemWithDependenciesTest.php b/core/modules/field/src/Tests/TestItemWithDependenciesTest.php index 684cc0f0cc13..b5ad7e123477 100644 --- a/core/modules/field/src/Tests/TestItemWithDependenciesTest.php +++ b/core/modules/field/src/Tests/TestItemWithDependenciesTest.php @@ -14,15 +14,6 @@ */ class TestItemWithDependenciesTest extends FieldUnitTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/field_ui/src/Tests/EntityDisplayTest.php b/core/modules/field_ui/src/Tests/EntityDisplayTest.php index efcd9e05817c..9cfb55eaf8ba 100644 --- a/core/modules/field_ui/src/Tests/EntityDisplayTest.php +++ b/core/modules/field_ui/src/Tests/EntityDisplayTest.php @@ -17,15 +17,6 @@ */ class EntityDisplayTest extends KernelTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - public static $modules = array('field_ui', 'field', 'entity_test', 'user', 'text', 'field_test', 'node', 'system', 'entity_reference'); protected function setUp() { diff --git a/core/modules/field_ui/src/Tests/EntityFormDisplayTest.php b/core/modules/field_ui/src/Tests/EntityFormDisplayTest.php index 5ce4e9af1d24..057d575c7613 100644 --- a/core/modules/field_ui/src/Tests/EntityFormDisplayTest.php +++ b/core/modules/field_ui/src/Tests/EntityFormDisplayTest.php @@ -17,15 +17,6 @@ */ class EntityFormDisplayTest extends KernelTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - public static $modules = array('field_ui', 'field', 'entity_test', 'field_test', 'user', 'text', 'entity_reference'); protected function setUp() { diff --git a/core/modules/field_ui/src/Tests/ManageDisplayTest.php b/core/modules/field_ui/src/Tests/ManageDisplayTest.php index 5c8e276abf52..e628757d1acc 100644 --- a/core/modules/field_ui/src/Tests/ManageDisplayTest.php +++ b/core/modules/field_ui/src/Tests/ManageDisplayTest.php @@ -19,15 +19,6 @@ */ class ManageDisplayTest extends WebTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - use FieldUiTestTrait; /** diff --git a/core/modules/field_ui/src/Tests/ManageFieldsTest.php b/core/modules/field_ui/src/Tests/ManageFieldsTest.php index 84fbca612f1f..8c2adb66610e 100644 --- a/core/modules/field_ui/src/Tests/ManageFieldsTest.php +++ b/core/modules/field_ui/src/Tests/ManageFieldsTest.php @@ -21,15 +21,6 @@ */ class ManageFieldsTest extends WebTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - use FieldUiTestTrait; /** diff --git a/core/modules/image/src/Tests/ImageDimensionsTest.php b/core/modules/image/src/Tests/ImageDimensionsTest.php index 2b057576c980..4d6c76b37533 100644 --- a/core/modules/image/src/Tests/ImageDimensionsTest.php +++ b/core/modules/image/src/Tests/ImageDimensionsTest.php @@ -16,11 +16,6 @@ */ class ImageDimensionsTest extends WebTestBase { - /** - * {@inheritdoc} - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/image/src/Tests/ImageFieldTestBase.php b/core/modules/image/src/Tests/ImageFieldTestBase.php index 0360318931f0..2b8a648fc2dc 100644 --- a/core/modules/image/src/Tests/ImageFieldTestBase.php +++ b/core/modules/image/src/Tests/ImageFieldTestBase.php @@ -27,15 +27,6 @@ */ abstract class ImageFieldTestBase extends WebTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/link/src/Tests/LinkFieldTest.php b/core/modules/link/src/Tests/LinkFieldTest.php index 685b14539c4e..97058f045a89 100644 --- a/core/modules/link/src/Tests/LinkFieldTest.php +++ b/core/modules/link/src/Tests/LinkFieldTest.php @@ -20,15 +20,6 @@ */ class LinkFieldTest extends WebTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/migrate_drupal/src/Tests/MigrateDrupalTestBase.php b/core/modules/migrate_drupal/src/Tests/MigrateDrupalTestBase.php index 35382674524a..91e20ff9ea3e 100644 --- a/core/modules/migrate_drupal/src/Tests/MigrateDrupalTestBase.php +++ b/core/modules/migrate_drupal/src/Tests/MigrateDrupalTestBase.php @@ -14,15 +14,6 @@ */ abstract class MigrateDrupalTestBase extends MigrateTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/migrate_drupal/src/Tests/d6/MigrateFieldInstanceTest.php b/core/modules/migrate_drupal/src/Tests/d6/MigrateFieldInstanceTest.php index df97d24d474a..31f206dcb832 100644 --- a/core/modules/migrate_drupal/src/Tests/d6/MigrateFieldInstanceTest.php +++ b/core/modules/migrate_drupal/src/Tests/d6/MigrateFieldInstanceTest.php @@ -19,15 +19,6 @@ */ class MigrateFieldInstanceTest extends MigrateDrupalTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/migrate_drupal/src/Tests/d6/MigrateFieldWidgetSettingsTest.php b/core/modules/migrate_drupal/src/Tests/d6/MigrateFieldWidgetSettingsTest.php index e970272a7a27..09b922c87b2b 100644 --- a/core/modules/migrate_drupal/src/Tests/d6/MigrateFieldWidgetSettingsTest.php +++ b/core/modules/migrate_drupal/src/Tests/d6/MigrateFieldWidgetSettingsTest.php @@ -17,15 +17,6 @@ */ class MigrateFieldWidgetSettingsTest extends MigrateDrupalTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/options/src/Tests/OptionsFloatFieldImportTest.php b/core/modules/options/src/Tests/OptionsFloatFieldImportTest.php index a555339de046..0f8414f5eae1 100644 --- a/core/modules/options/src/Tests/OptionsFloatFieldImportTest.php +++ b/core/modules/options/src/Tests/OptionsFloatFieldImportTest.php @@ -18,15 +18,6 @@ */ class OptionsFloatFieldImportTest extends FieldTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/quickedit/src/Tests/QuickEditTestBase.php b/core/modules/quickedit/src/Tests/QuickEditTestBase.php index 1536194c3c4c..fbbd1a735a9a 100644 --- a/core/modules/quickedit/src/Tests/QuickEditTestBase.php +++ b/core/modules/quickedit/src/Tests/QuickEditTestBase.php @@ -14,15 +14,6 @@ */ abstract class QuickEditTestBase extends KernelTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/search/src/Tests/SearchTokenizerTest.php b/core/modules/search/src/Tests/SearchTokenizerTest.php index b3361a900005..efaf09d1758c 100644 --- a/core/modules/search/src/Tests/SearchTokenizerTest.php +++ b/core/modules/search/src/Tests/SearchTokenizerTest.php @@ -15,11 +15,6 @@ */ class SearchTokenizerTest extends SearchTestBase { - /** - * {@inheritdoc} - */ - protected $strictConfigSchema = TRUE; - /** * Verifies that strings of CJK characters are tokenized. * diff --git a/core/modules/simpletest/src/TestBase.php b/core/modules/simpletest/src/TestBase.php index a766d63aaa30..806281e92a1b 100644 --- a/core/modules/simpletest/src/TestBase.php +++ b/core/modules/simpletest/src/TestBase.php @@ -209,7 +209,7 @@ abstract class TestBase { * * @var bool */ - protected $strictConfigSchema = FALSE; + protected $strictConfigSchema = TRUE; /** * Constructor for Test. diff --git a/core/modules/statistics/src/Tests/StatisticsReportsTest.php b/core/modules/statistics/src/Tests/StatisticsReportsTest.php index eed80f707f3d..3ec956a06b19 100644 --- a/core/modules/statistics/src/Tests/StatisticsReportsTest.php +++ b/core/modules/statistics/src/Tests/StatisticsReportsTest.php @@ -14,11 +14,6 @@ */ class StatisticsReportsTest extends StatisticsTestBase { - /** - * {@inheritdoc} - */ - protected $strictConfigSchema = TRUE; - /** * Tests the "popular content" block. */ diff --git a/core/modules/system/src/Tests/Batch/PageTest.php b/core/modules/system/src/Tests/Batch/PageTest.php index c4b1b70141bb..42800b76c703 100644 --- a/core/modules/system/src/Tests/Batch/PageTest.php +++ b/core/modules/system/src/Tests/Batch/PageTest.php @@ -16,15 +16,6 @@ */ class PageTest extends WebTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/system/src/Tests/Entity/EntityQueryRelationshipTest.php b/core/modules/system/src/Tests/Entity/EntityQueryRelationshipTest.php index 4c8269ab5861..681ebaad506e 100644 --- a/core/modules/system/src/Tests/Entity/EntityQueryRelationshipTest.php +++ b/core/modules/system/src/Tests/Entity/EntityQueryRelationshipTest.php @@ -15,15 +15,6 @@ */ class EntityQueryRelationshipTest extends EntityUnitTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/system/src/Tests/Entity/EntityViewControllerTest.php b/core/modules/system/src/Tests/Entity/EntityViewControllerTest.php index 93f75df658c8..aa2d800c8b47 100644 --- a/core/modules/system/src/Tests/Entity/EntityViewControllerTest.php +++ b/core/modules/system/src/Tests/Entity/EntityViewControllerTest.php @@ -16,15 +16,6 @@ */ class EntityViewControllerTest extends WebTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/system/src/Tests/Extension/ThemeHandlerTest.php b/core/modules/system/src/Tests/Extension/ThemeHandlerTest.php index 36c17d9aa997..50d299c05dce 100644 --- a/core/modules/system/src/Tests/Extension/ThemeHandlerTest.php +++ b/core/modules/system/src/Tests/Extension/ThemeHandlerTest.php @@ -18,15 +18,6 @@ */ class ThemeHandlerTest extends KernelTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/system/src/Tests/Form/FormObjectTest.php b/core/modules/system/src/Tests/Form/FormObjectTest.php index c41928a29387..237d9e74a4af 100644 --- a/core/modules/system/src/Tests/Form/FormObjectTest.php +++ b/core/modules/system/src/Tests/Form/FormObjectTest.php @@ -17,15 +17,6 @@ */ class FormObjectTest extends SystemConfigFormTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/system/src/Tests/Menu/BreadcrumbTest.php b/core/modules/system/src/Tests/Menu/BreadcrumbTest.php index 22a2f7da35c8..6909a38fecaf 100644 --- a/core/modules/system/src/Tests/Menu/BreadcrumbTest.php +++ b/core/modules/system/src/Tests/Menu/BreadcrumbTest.php @@ -18,15 +18,6 @@ */ class BreadcrumbTest extends MenuTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/system/src/Tests/Menu/MenuRouterTest.php b/core/modules/system/src/Tests/Menu/MenuRouterTest.php index 4dd2e19135d3..7de9006880ff 100644 --- a/core/modules/system/src/Tests/Menu/MenuRouterTest.php +++ b/core/modules/system/src/Tests/Menu/MenuRouterTest.php @@ -16,15 +16,6 @@ */ class MenuRouterTest extends WebTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/system/src/Tests/System/PageTitleTest.php b/core/modules/system/src/Tests/System/PageTitleTest.php index 31020c9dd25c..98148cd06d50 100644 --- a/core/modules/system/src/Tests/System/PageTitleTest.php +++ b/core/modules/system/src/Tests/System/PageTitleTest.php @@ -19,15 +19,6 @@ */ class PageTitleTest extends WebTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/system/src/Tests/System/ThemeTest.php b/core/modules/system/src/Tests/System/ThemeTest.php index 8a7fd040aa17..80d469ac0f67 100644 --- a/core/modules/system/src/Tests/System/ThemeTest.php +++ b/core/modules/system/src/Tests/System/ThemeTest.php @@ -18,15 +18,6 @@ */ class ThemeTest extends WebTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/taxonomy/src/Tests/VocabularyCrudTest.php b/core/modules/taxonomy/src/Tests/VocabularyCrudTest.php index f2f7b54c64d1..d5aaa5685285 100644 --- a/core/modules/taxonomy/src/Tests/VocabularyCrudTest.php +++ b/core/modules/taxonomy/src/Tests/VocabularyCrudTest.php @@ -17,11 +17,6 @@ */ class VocabularyCrudTest extends TaxonomyTestBase { - /** - * {@inheritdoc} - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/tour/src/Tests/TourTest.php b/core/modules/tour/src/Tests/TourTest.php index ee8ea7b47d67..8ed261c2b7aa 100644 --- a/core/modules/tour/src/Tests/TourTest.php +++ b/core/modules/tour/src/Tests/TourTest.php @@ -16,11 +16,6 @@ */ class TourTest extends TourTestBasic { - /** - * {@inheritdoc} - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/views/src/Tests/ViewTestBase.php b/core/modules/views/src/Tests/ViewTestBase.php index b7ab8c1a5254..c33776d6610c 100644 --- a/core/modules/views/src/Tests/ViewTestBase.php +++ b/core/modules/views/src/Tests/ViewTestBase.php @@ -23,15 +23,6 @@ */ abstract class ViewTestBase extends WebTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/views/src/Tests/ViewUnitTestBase.php b/core/modules/views/src/Tests/ViewUnitTestBase.php index a5bdd3e9819a..0d07484f1cc0 100644 --- a/core/modules/views/src/Tests/ViewUnitTestBase.php +++ b/core/modules/views/src/Tests/ViewUnitTestBase.php @@ -24,15 +24,6 @@ */ abstract class ViewUnitTestBase extends KernelTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/views/src/Tests/Wizard/WizardTestBase.php b/core/modules/views/src/Tests/Wizard/WizardTestBase.php index 16907b824b97..0a2e998080b4 100644 --- a/core/modules/views/src/Tests/Wizard/WizardTestBase.php +++ b/core/modules/views/src/Tests/Wizard/WizardTestBase.php @@ -14,15 +14,6 @@ */ abstract class WizardTestBase extends ViewTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * diff --git a/core/modules/views_ui/src/Tests/NewViewConfigSchemaTest.php b/core/modules/views_ui/src/Tests/NewViewConfigSchemaTest.php index 315d17a44fa7..69239b417348 100644 --- a/core/modules/views_ui/src/Tests/NewViewConfigSchemaTest.php +++ b/core/modules/views_ui/src/Tests/NewViewConfigSchemaTest.php @@ -16,15 +16,6 @@ */ class NewViewConfigSchemaTest extends WebTestBase { - /** - * Set to TRUE to strict check all configuration saved. - * - * @see \Drupal\Core\Config\Testing\ConfigSchemaChecker - * - * @var bool - */ - protected $strictConfigSchema = TRUE; - /** * Modules to enable. * -- GitLab