- Issue created by @nitesh624
- 🇺🇸United States itmaybejj
Hello Nitesh,
I do not know how to provide a schema for a View. Could you assist?
Getting below error when running phpunit Functional test which install this module during test run
Exception: Exception when installing config for module editoria11y, message was: No schema for views.view.editoria11y_dismissals
this is an automated testing only issue. When you run PHPUnit tests, part of the testing procedure ensures that all config you are importing has a valid schema, and since there is no schema being provided by this module for views.view.editoria11y_dismissals, when using this module as part of an automated test, the test always fails.
So as an example, if I have a my_module.info.yml, and in my dependencies of the module, I list editoria11y, and then I have a Functional test in my module, my test will fail.
Active
2.2
Bugs
Hello Nitesh,
I do not know how to provide a schema for a View. Could you assist?