- Issue created by @Grevil
- Status changed to Closed: duplicate
almost 2 years ago 9:13am 19 March 2023 - 🇳🇴Norway matsbla
There is already an issue for this #3228543: Run context tests with a strict config schema check. →
Currently, we have this code setup in "MenuMultilingualContextTest" and "MenuMultilingualContextMenuBlockTest":
~~~
/**
* {@inheritdoc}
*/
protected $strictConfigSchema = FALSE;
~~~
This is against the Drupal Coding Standards and should be removed (setting it to TRUE):
Do not disable strict config schema checking in tests. Instead, ensure your module properly declares its schema for configurations.
Remove the code and verify the tests once again.
Closed: duplicate
1.0
Code
There is already an issue for this #3228543: Run context tests with a strict config schema check. →