When i run simpletest. I had a issue about bootstrap settings.
Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for bootstrap.settings with the following errors: bootstrap.settings:schemas missing schema
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | bootstrap-2860072-7.patch | 1.63 KB | badjava |
Comments
Comment #2
alex_optimComment #3
alex_optimPlease, could you add more details? Because I checked and don't found errors.
Comment #4
alex_optimComment #5
markhalliwellIt's using the
theme_settingsconfig type: http://cgit.drupalcode.org/bootstrap/tree/config/schema/bootstrap.schema...It's likely an issue with whatever version of core you're using and/or this issue and its related issues:
#2382671: Automatically define schema for themes
Comment #6
ergonlogicFor those coming to this issue via Google, a workaround is documented in https://drupal.stackexchange.com/questions/227398/activate-bootstrap-the...
Basically, pending resolution of #2382671: Automatically define schema for themes, you can disable schema validation by adding the following to your test classes:
Comment #7
badjava commentedIt looks like the schema needs to be fixed. See attached patch.
Comment #8
badjava commentedI didn't see #2883714 and this seems like a better place to continue the schema issue. Setting this back to closed.
Comment #9
markhalliwellFTR, the patch in #7 just duplicates the theme_settings config type. That's why we extend from it.