mirror of
https://github.com/moodle/moodle.git
synced 2025-03-24 17:40:26 +01:00
Merge branch 'MDL-56228-master' of https://github.com/snake/moodle
This commit is contained in:
commit
dcd5c7cd1b
@ -207,7 +207,7 @@ class mod_data_generator_testcase extends advanced_testcase {
|
||||
$entry = $DB->get_record('data_records', array('id' => $datarecordid));
|
||||
$this->assertEquals($entry->groupid, $groupa->id);
|
||||
|
||||
$contents = $DB->get_records('data_content', array('recordid' => $datarecordid));
|
||||
$contents = $DB->get_records('data_content', array('recordid' => $datarecordid), 'id');
|
||||
|
||||
$contentstartid = 0;
|
||||
$flag = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user