Created
November 27, 2018 16:24
-
-
Save sheanhoxie/4e513334a2dc231bbf0f1b7b037d7fa4 to your computer and use it in GitHub Desktop.
Exclude Bootstrap config schema for testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| protected function getConfigSchemaExclusions() { | |
| return array_merge(parent::getConfigSchemaExclusions(), ['bootstrap.settings']); | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bootstrap theme is missing schema and throws errors when trying to use it within Tests. Use this method as a workaround until this issue is fixed: https://www.drupal.org/project/drupal/issues/2382671
Related: https://www.drupal.org/project/bootstrap/issues/2860072