Skip to content

Commit b5220ce

Browse files
committed
Unique username
1 parent 04426f8 commit b5220ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unittests/UserTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,7 @@ public function testInsert()
621621
$newUserInfo = $this->_userInfo;
622622
$newUserInfo['ID'] = 2;
623623
$newUserInfo['UserID'] = '968776';
624+
$newUserInfo['Email'] = 'notjohn.doe@mcgill.ca';
624625
\User::insert($newUserInfo);
625626
$this->_otherUser = \User::factory('968776');
626627
$this->assertEquals('968776', $this->_otherUser->getUsername());

0 commit comments

Comments
 (0)