-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
3.4
I've noticed some issues with our ability to detect exceptions in behat which we need to improve:
- Edit admin/cron.php and add a call such as:
throw new \moodle_exception('example');
- Run a behat step which calls that
- Watch it not fail