PMCORE-3313

This commit is contained in:
root
2021-09-14 14:10:35 -04:00
parent 8a78ccd0e5
commit 14f287601b

View File

@@ -219,7 +219,8 @@ class UserTest extends TestCase
'USR_ZIP_CODE' => '',
'DEP_UID' => '',
'USR_POSITION' => '',
'USR_RESUME' => ''
'USR_RESUME' => '',
'ROL_CODE' => 0
];
$res = User::createUser($usrData);
$this->assertInternalType('integer', $res);