You are here

protected property InstallTest::$strictConfigSchema in Content Browser 8

We set this to FALSE here as DropzoneJS and Entity Browser use dynamic config settings which fail strict checks during install.

Overrides TestSetupTrait::$strictConfigSchema

File

tests/src/Functional/InstallTest.php, line 20

Class

InstallTest
Tests install/uninstall routines for Content Browser.

Namespace

Drupal\Tests\content_browser\Functional

Code

protected $strictConfigSchema = FALSE;