MDL-77381 qengine: Correct coverage for new test

This commit is contained in:
Andrew Nicols 2023-08-16 22:39:20 +08:00 committed by Sara Arjona
parent c622af3dba
commit ad923a4d96
No known key found for this signature in database

View file

@ -338,10 +338,9 @@ class datalib_reporting_queries_test extends \qbehaviour_walkthrough_test_base {
/**
* 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.