Skip to content

Commit

Permalink
MDL-77381 qengine: Correct coverage for new test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols authored and sarjona committed Aug 17, 2023
1 parent c622af3 commit ad923a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions question/engine/tests/datalib_reporting_queries_test.php
Expand Up @@ -338,10 +338,9 @@ protected function dotest_question_attempt_latest_state_view() {
/**
* Test that a Quiz with only description questions wont break \quiz_statistics\task\recalculate.
*
* @covers \quiz_statistics\task\recalculate::execute()
* @return void
* @covers \quiz_statistics\task\recalculate::execute
*/
public function test_quiz_with_description_questions_recalculate_statistics() {
public function test_quiz_with_description_questions_recalculate_statistics(): void {
$this->resetAfterTest();

// Create course with quiz module.
Expand Down

0 comments on commit ad923a4

Please sign in to comment.