- Issue created by @spuky
- Status changed to Needs review
4 months ago 5:45pm 29 August 2024 - 🇩🇪Germany spuky
I don't know if and what tests the maintainers would like... so setting to needs review.
- Status changed to Needs work
4 months ago 6:09pm 29 August 2024 - 🇳🇱Netherlands megachriz
@spuky
Required is:- Config schema for the settings.
- A unit test for the tampering part of the plugin. In this case it should check if the configured encoding is happening.
- A functional test for the configuration form of the plugin.
In the code I see that a
submitConfigurationForm()
method is missing. This causes that the configuration is not guaranteed to get saved (depends on the module using the Tamper plugin).