PMCORE-497 Unit test solve issues CircleCI GroupsAjaxTest

This commit is contained in:
Roly Rudy Gutierrez Pinto
2020-01-16 15:27:06 -04:00
parent ee8fac8ec9
commit 85e75b93a9

View File

@@ -58,6 +58,8 @@ class GroupsAjaxTest extends TestCase
{
global $RBAC;
$_POST['action'] = 'groupsList';
$_REQUEST["dir"] = "DESC";
$_REQUEST["sort"] = "GRP_TITLE";
$fileName = PATH_METHODS . 'groups/groups_Ajax.php';