Skip to content
Snippets Groups Projects
Commit 98eb2054 authored by Ted Cooper's avatar Ted Cooper
Browse files

Disable strict config schema for now.

parent 503f901f
No related branches found
No related tags found
No related merge requests found
......@@ -30,9 +30,14 @@ class PageCacheTest extends BrowserTestBase {
protected $defaultTheme = 'stark';
/**
* {@inheritdoc}
* Disable config schema checking temporarily until schema added.
*
* @var bool
*
* @phpcs:disable DrupalPractice.Objects.StrictSchemaDisabled.StrictConfigSchema
*/
protected $strictConfigSchema = FALSE;
// phpcs:enable
/**
* Test page response cache tags for a view.
......
......@@ -29,9 +29,14 @@ class ViewsCacheMetadataTest extends BrowserTestBase {
protected $defaultTheme = 'stark';
/**
* {@inheritdoc}
* Disable config schema checking temporarily until schema added.
*
* @var bool
*
* @phpcs:disable DrupalPractice.Objects.StrictSchemaDisabled.StrictConfigSchema
*/
protected $strictConfigSchema = FALSE;
// phpcs:enable
/**
* Test changing the view cache metadata.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment