You are here

protected static property WebformCivicrmTestBase::$configSchemaCheckerExclusions in Webform CiviCRM Integration 8.5

During tests configuration schema is validated. This module does not provide schema definitions for its handler.

To fix: webform.webform.civicrm_webform_test:handlers.webform_civicrm.settings

Overrides TestSetupTrait::$configSchemaCheckerExclusions

See also

\Drupal\Core\Test\TestSetupTrait::getConfigSchemaExclusions

File

tests/src/FunctionalJavascript/WebformCivicrmTestBase.php, line 33

Class

WebformCivicrmTestBase

Namespace

Drupal\Tests\webform_civicrm\FunctionalJavascript

Code

protected static $configSchemaCheckerExclusions = [
  'webform.webform.civicrm_webform_test',
];