MDL-62610 mod_quiz: fix CiBoT issues

This commit is contained in:
Simey Lameze 2018-10-01 08:27:28 +08:00
parent 0ce3fef70a
commit 73aefa6bfc
3 changed files with 12 additions and 2 deletions

View file

@ -97,6 +97,8 @@ class core_question_calculated_question_summary_testcase extends advanced_testca
}
/**
* Unit test for get_min_max_of() method.
*
* @dataProvider get_min_max_provider
*/
public function test_get_min_max_of($subqstats, $expected) {
@ -148,6 +150,8 @@ class core_question_calculated_question_summary_testcase extends advanced_testca
}
/**
* Unit test for get_min_max_of_sd() method.
*
* @dataProvider get_sd_min_max_provider
*/
public function test_get_min_max_of_sd($subqstats, $expected) {