Merge branch 'MDL-40997-master' of git://github.com/FMCorz/moodle

This commit is contained in:
Marina Glancy
2013-08-05 17:42:09 +10:00
5 changed files with 116 additions and 0 deletions
+1
View File
@@ -486,6 +486,7 @@ class core_accesslib_testcase extends advanced_testcase {
$this->assertEquals($raid, $event->other['id']);
$this->assertSame('', $event->other['component']);
$this->assertEquals(0, $event->other['itemid']);
$this->assertEventLegacyName('role_assigned', $event);
}
/**