You are here

protected property Select2BefTests::$strictConfigSchema in Select2 Boxes 8

Exempt from strict schema checking.

@todo This is really evil and should be removed as soon as the fields in \Drupal\select2_bef\Plugin\better_exposed_filters\filter\Select2Boxes::defaultConfiguration have their own schema. This would however be hard to do without breaking backwards compatibility. https://www.drupal.org/project/select2boxes/issues/3217960

Type: bool

Overrides TestSetupTrait::$strictConfigSchema

See also

\Drupal\Core\Config\Development\ConfigSchemaChecker

File

modules/select2_bef/tests/src/FunctionalJavascript/Select2BefTests.php, line 46

Class

Select2BefTests
Class for testing Select2Bef.

Namespace

Drupal\Tests\select2_bef\FunctionalJavascript

Code

protected $strictConfigSchema = FALSE;