PMCORE-3675

This commit is contained in:
Paula.Quispe
2022-04-01 11:19:02 -04:00
parent adc2992521
commit d72a4e3589

View File

@@ -113,7 +113,7 @@ class CasesTest extends TestCase
$rest = $this->initializeRestApi($user->USR_UID); $rest = $this->initializeRestApi($user->USR_UID);
$rest->apiMethodInfo->methodName = 'doGetCaseVariables'; $rest->apiMethodInfo->methodName = 'doGetCaseVariables';
$rest->apiMethodInfo->arguments = [ $rest->apiMethodInfo->arguments = [
'app_uid' => 0, 'appUid' => 0,
'dyn_uid' => 1, 'dyn_uid' => 1,
'app_index' => 2 'app_index' => 2
]; ];
@@ -156,7 +156,7 @@ class CasesTest extends TestCase
$rest = $this->initializeRestApi($user->USR_UID); $rest = $this->initializeRestApi($user->USR_UID);
$rest->apiMethodInfo->methodName = 'doGetCaseVariables'; $rest->apiMethodInfo->methodName = 'doGetCaseVariables';
$rest->apiMethodInfo->arguments = [ $rest->apiMethodInfo->arguments = [
'app_uid' => 0, 'appUid' => 0,
'dyn_uid' => 1, 'dyn_uid' => 1,
'app_index' => 2 'app_index' => 2
]; ];
@@ -199,7 +199,7 @@ class CasesTest extends TestCase
$rest = $this->initializeRestApi(RBAC::GUEST_USER_UID); $rest = $this->initializeRestApi(RBAC::GUEST_USER_UID);
$rest->apiMethodInfo->methodName = 'doGetCaseVariables'; $rest->apiMethodInfo->methodName = 'doGetCaseVariables';
$rest->apiMethodInfo->arguments = [ $rest->apiMethodInfo->arguments = [
'app_uid' => 0, 'appUid' => 0,
'dyn_uid' => 1, 'dyn_uid' => 1,
'app_index' => 2 'app_index' => 2
]; ];