diff --git a/tests/FeedbackSubmittedTest.php b/tests/FeedbackSubmittedTest.php new file mode 100644 index 0000000000000000000000000000000000000000..1e2ea187d37904bd5304ff35f5da873918411e02 --- /dev/null +++ b/tests/FeedbackSubmittedTest.php @@ -0,0 +1,11 @@ +<?php namespace Tests; + +class FeedbackSubmitted extends AttemptTestCase { + protected function constructInput() { + return array_merge(parent::constructInput(), [ + 'eventname' => '\mod_feedback\event\response_submitted', + 'objecttable' => 'feedback_completed', + 'objectid' => 1, + ]); + } +}