Skip to content
Snippets Groups Projects
Commit be60b6f2 authored by Jerrett Fowler's avatar Jerrett Fowler
Browse files

Merge pull request #70 from garemoko/feedback

Add feedback integration test
parents 58a17c7b eabeb8f5
No related branches found
No related tags found
No related merge requests found
<?php namespace Tests;
class FeedbackSubmitted extends TestCase {
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