FormulasQuestion / moodle-qtype_formulas

Formulas question type for Moodle
17 stars 30 forks source link

add plugin name to custom behat step #132

Closed PhilippImhof closed 10 months ago

PhilippImhof commented 10 months ago

The developer docs say:

When you define more steps in your plugin, make it clear they come from your plugin

This PR makes sure we respect that guideline in order to avoid conflicts when tests are done on a system that has other plugins installed. (If they respect the guideline, it should not be a problem.)

This fixes #131.