I am working on my first functional test for a custom module. Each time I run the functional test I get errors dealing with configuration schema issues. However, I’m confused by the error message.
Command
phpunit modules/custom/worx_blog
Error Message
Schema errors for editor.editor.full_html with the following errors: editor.editor.full_html:settings.plugins.linkit missing schema
My Module Conifg – Module Conifg File
If you look at the file you can see that the linkit
entry is there. So I don’t know what it means by it’s missing.