-
Bug
-
Resolution: Fixed
-
Minor
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
The deprecation of this method doesn't appear to be correct:
- It passes true as the second argument to self::deprecated_message(), making the rest of the method redundant;
- If you fix that then you get a coding exception, because it's not executing the step correctly:
The 'i_open_flat_navigation_drawer' method does not exist (coding_exception)
There doesn't seem to be an obvious reason for not obeying $CFG->behat_usedeprecated like other deprecated Behat steps, so it seems like this is worth doing properly
Found while reviewing MDL-73669