-
New Feature
-
Resolution: Fixed
-
Major
-
2.6.1
-
MOODLE_26_STABLE
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
w12_
MDL-44339_m27_testdebug -
how to reproduce:
insert in the first test in mod/forum/tests/events_test.php :
debugging('Debugging message should be an error!', DEBUG_DEVELOPER);
|
and then run:
vendor/bin/phpunit --stop-on-error --stop-on-failure --stop-on-incomplete mod_forum_events_testcase mod/forum/tests/events_test.php
|
It does not stop, in fact it finishes with "OK" but displays debugging backtrace in the middle of the test.
- Testing discovered
-
MDL-44321 Cleanup of _viewed events in modules
-
- Closed
-