Merged in bugfix/PMCORE-3313 (pull request #8129)
PMCORE-3313 Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
458f261cb3
@@ -219,7 +219,8 @@ class UserTest extends TestCase
|
|||||||
'USR_ZIP_CODE' => '',
|
'USR_ZIP_CODE' => '',
|
||||||
'DEP_UID' => '',
|
'DEP_UID' => '',
|
||||||
'USR_POSITION' => '',
|
'USR_POSITION' => '',
|
||||||
'USR_RESUME' => ''
|
'USR_RESUME' => '',
|
||||||
|
'ROL_CODE' => 0
|
||||||
];
|
];
|
||||||
$res = User::createUser($usrData);
|
$res = User::createUser($usrData);
|
||||||
$this->assertInternalType('integer', $res);
|
$this->assertInternalType('integer', $res);
|
||||||
|
|||||||
Reference in New Issue
Block a user