Hi,
I have written a course format that has an option to display certain information for modules used in a course. The option is switched off by default and may be enabled in the plugin settings.
To be able to test that this information is shown I will have to enable the option first. The option and it's value is stored in the "config_plugins" table
I wrote a generator that I tried to use to add/update the data in that table but all I get is a dml write exception.
How can I switch on a plugin setting using Behat?
Thank you in advance,
m!