Skip to content

Commit

Permalink
MDL-33117 Whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jan 15, 2013
1 parent 0943a0c commit 3af9d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grade/tests/reportuser_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class gradereportuserlib_testcase extends advanced_testcase {
/**
* Tests grade_report_user::inject_rowspans()
*
* inject_rowspans() returns the count of the number of elements, sets maxdepth on the
* inject_rowspans() returns the count of the number of elements, sets maxdepth on the
* report object and sets the rowspan property on any element that has children.
*/
public function test_inject_rowspans() {
Expand All @@ -63,7 +63,7 @@ public function test_inject_rowspans() {
$teacher = $this->getDataGenerator()->create_user(array('username' => 'Teacher T'));
$role = $DB->get_record('role', array('shortname' => 'editingteacher'), '*', MUST_EXIST);
$this->getDataGenerator()->enrol_user($teacher->id, $course->id, $role->id);

// An array so we can test with both users in a loop.
$users = array($student, $teacher);

Expand Down

0 comments on commit 3af9d77

Please sign in to comment.