mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-74255 quiz: Remove un-needed method question_array_sort
This commit is contained in:
parent
f62cd4484e
commit
37e8faf0ed
5 changed files with 19 additions and 35 deletions
|
@ -80,7 +80,6 @@ class qbank_helper_test extends \advanced_testcase {
|
|||
* @covers ::get_question_for_redo
|
||||
* @covers ::get_always_latest_version_question_ids
|
||||
* @covers ::question_load_random_questions
|
||||
* @covers ::question_array_sort
|
||||
*/
|
||||
public function test_reference_records() {
|
||||
$this->resetAfterTest();
|
||||
|
@ -130,7 +129,6 @@ class qbank_helper_test extends \advanced_testcase {
|
|||
*
|
||||
* @covers ::get_question_structure
|
||||
* @covers ::get_question_structure_data
|
||||
* @covers ::question_array_sort
|
||||
* @covers ::get_always_latest_version_question_ids
|
||||
* @covers ::question_load_random_questions
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue