Skip to content
Snippets Groups Projects
Commit 3049718c authored by Liam Morland's avatar Liam Morland
Browse files

Issue #3271312: Do not disable $strictConfigSchema in testing

parent 4558d08b
No related branches found
No related tags found
No related merge requests found
...@@ -19,14 +19,6 @@ class FillPdfSettingsFormTest extends BrowserTestBase { ...@@ -19,14 +19,6 @@ class FillPdfSettingsFormTest extends BrowserTestBase {
use TestFillPdfTrait; use TestFillPdfTrait;
/**
* Set to FALSE to suppress checking all configuration saved.
*
* @var bool
* @see \Drupal\Core\Config\Development\ConfigSchemaChecker
*/
protected $strictConfigSchema = FALSE;
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment