MDL-71242 core_course: Fix failing unit test
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
cd96cb300e
commit
b41a748a98
@@ -5508,8 +5508,7 @@ class core_course_courselib_testcase extends advanced_testcase {
|
||||
[
|
||||
'shortname DESC, xyz ASC',
|
||||
'Invalid field in the sort parameter, allowed fields: id, idnumber, summary, summaryformat, ' .
|
||||
'startdate, enddate, category, shortname, fullname, timeaccess, component, visible, ' .
|
||||
'showactivitydates, showcompletionconditions.',
|
||||
'startdate, enddate, category, shortname, fullname, timeaccess, component, visible.',
|
||||
],
|
||||
'Sort uses invalid value for the sorting direction' =>
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user