mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-77381 qengine: Correct coverage for new test
This commit is contained in:
parent
c622af3dba
commit
ad923a4d96
1 changed files with 2 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue