1/ execute phpunit tests
2/ verify standard logging is enabled
3/ go to mod/assignment/index.php?id=2 (or whatever other course id) and verify it goes to new assignment list
4/ create chat and visit main mod/chat/view.php and verify event is logged in report
5/ visit "Site administration / User / Permissions / Capability overview" and verify the action was logged
6/ go to "Administration /Reports / Question instances" and verify the action was logged
1/ execute phpunit tests
2/ verify standard logging is enabled
3/ go to mod/assignment/index.php?id=2 (or whatever other course id) and verify it goes to new assignment list
4/ create chat and visit main mod/chat/view.php and verify event is logged in report
5/ visit "Site administration / User / Permissions / Capability overview" and verify the action was logged
6/ go to "Administration /Reports / Question instances" and verify the action was logged
grep is your friend
Discovered while testing
MDL-45230mod_chat should have separate event for joining of chat
Closed
is blocked by
MDL-45203convert remaining add_to_log() from login/lib.php