mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-62610 mod_quiz: fix CiBoT issues
This commit is contained in:
parent
0ce3fef70a
commit
73aefa6bfc
3 changed files with 12 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue