MDL-32628 add user_picture->get_url() tests

This commit is contained in:
Petr Skoda
2012-04-27 15:03:24 +02:00
parent fa5306878b
commit 80705c1000
2 changed files with 126 additions and 4 deletions
+1
View File
@@ -201,6 +201,7 @@ EOD;
$record['idnumber'] = '';
$record['email'] = md5($record['username']);
$record['username'] = $delname;
$record['picture'] = 0;
}
$userid = $DB->insert_record('user', $record);