-
Bug
-
Resolution: Fixed
-
Minor
-
3.2.1, 3.3
-
MOODLE_32_STABLE, MOODLE_33_STABLE
-
MOODLE_32_STABLE
-
wip-mdl-57853
-
Moderate
-
- Run unit test and make sure changed test pass.
- Grep for setExpectedException and make sure there is no use case in moodle core.
setExpectedException is deprecated and will be removed as of PHPunit 6. We need to change the usage to either use annotations or exceptException()