PMCORE-3313
This commit is contained in:
@@ -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