Skip to content

Commit

Permalink
MDL-38732 gradereport_grader: Undefined variable in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Massart committed Oct 15, 2014
1 parent 92e3f3e commit b847d5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grade/tests/report_graderlib_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public function test_process_data() {
$data = new stdClass();
$data->id = $course->id;
$data->report = 'grader';
$data->timepageload = time();

$data->grade = array();
$data->grade[$student->id] = array();
Expand Down

0 comments on commit b847d5e

Please sign in to comment.