From eabeb8f5887a54c16c42b61361d27d2e7c1fdcd2 Mon Sep 17 00:00:00 2001 From: Andrew Downes <mrdownes@hotmail.com> Date: Tue, 3 May 2016 17:12:00 +0100 Subject: [PATCH] extend TestCase --- tests/FeedbackSubmittedTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FeedbackSubmittedTest.php b/tests/FeedbackSubmittedTest.php index 1e2ea18..65a7544 100644 --- a/tests/FeedbackSubmittedTest.php +++ b/tests/FeedbackSubmittedTest.php @@ -1,6 +1,6 @@ <?php namespace Tests; -class FeedbackSubmitted extends AttemptTestCase { +class FeedbackSubmitted extends TestCase { protected function constructInput() { return array_merge(parent::constructInput(), [ 'eventname' => '\mod_feedback\event\response_submitted', -- GitLab