We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04426f8 commit b5220ceCopy full SHA for b5220ce
test/unittests/UserTest.php
@@ -621,6 +621,7 @@ public function testInsert()
621
$newUserInfo = $this->_userInfo;
622
$newUserInfo['ID'] = 2;
623
$newUserInfo['UserID'] = '968776';
624
+ $newUserInfo['Email'] = 'notjohn.doe@mcgill.ca';
625
\User::insert($newUserInfo);
626
$this->_otherUser = \User::factory('968776');
627
$this->assertEquals('968776', $this->_otherUser->getUsername());
0 commit comments