Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
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.
Description
setExpectedException is deprecated and will be removed as of PHPunit 6. We need to change the usage to either use annotations or exceptException()