Skip to content
Snippets Groups Projects
Commit 709646c4 authored by Andrew Downes's avatar Andrew Downes
Browse files

Add feedback integration test

parent 58a17c7b
No related branches found
No related tags found
No related merge requests found
<?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,
]);
}
}
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