mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
Merge branch 'MDL-60917-Master' of https://github.com/tuanngocnguyen/moodle
This commit is contained in:
commit
e7fa5aefd9
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ class search_top_result_testcase extends advanced_testcase {
|
|||
|
||||
// Courses.
|
||||
$this->course1 = $generator->create_course(['fullname' => 'Top course result 1']);
|
||||
// Ensure course 1 is indexed before course 2.
|
||||
$this->run_index();
|
||||
$this->course2 = $generator->create_course(['fullname' => 'Top course result 2']);
|
||||
|
||||
// User 1.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue