From 3049718c28ef052dba8d72808fa8b76286a13a65 Mon Sep 17 00:00:00 2001 From: Liam Morland <lkmorlan@uwaterloo.ca> Date: Tue, 29 Mar 2022 11:58:58 -0400 Subject: [PATCH] Issue #3271312: Do not disable $strictConfigSchema in testing --- tests/src/Functional/FillPdfSettingsFormTest.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/src/Functional/FillPdfSettingsFormTest.php b/tests/src/Functional/FillPdfSettingsFormTest.php index b57dbea..d60ecfa 100644 --- a/tests/src/Functional/FillPdfSettingsFormTest.php +++ b/tests/src/Functional/FillPdfSettingsFormTest.php @@ -19,14 +19,6 @@ class FillPdfSettingsFormTest extends BrowserTestBase { use TestFillPdfTrait; - /** - * Set to FALSE to suppress checking all configuration saved. - * - * @var bool - * @see \Drupal\Core\Config\Development\ConfigSchemaChecker - */ - protected $strictConfigSchema = FALSE; - /** * {@inheritdoc} */ -- GitLab