Skip to content
Snippets Groups Projects
Commit bd296925 authored by David Pesce's avatar David Pesce
Browse files

left one out

parent a540f281
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ namespace XREmitter\Tests;
defined('MOODLE_INTERNAL') || die();
use \XREmitter\Events\AttemptCompleted as Event;
use \XREmitter\Events\AttemptReviewed as Event;
class attempt_reviewed_test extends event_test {
protected static $recipename = 'attempt_reviewed';
......
......@@ -18,7 +18,7 @@ namespace MXTranslator\Tests;
defined('MOODLE_INTERNAL') || die();
use \MXTranslator\Events\AttemptReviewed as Event;
use \MXTranslator\Events\AttemptSubmitted as Event;
class attempt_submitted_test extends attempt_started_test {
protected static $recipename = 'attempt_submitted';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment