PMCORE-1151

This commit is contained in:
paulis
2020-03-25 16:28:14 -04:00
committed by Paula Quispe
parent 1464e962ce
commit b13f54bee1
11 changed files with 137 additions and 61 deletions

View File

@@ -51,7 +51,7 @@ class UsersAjaxTest extends TestCase
ob_start();
//Call the tested file
require_once PATH_TRUNK . PATH_SEP . 'workflow/engine/methods/users/usersAjax.php';
require_once PATH_TRUNK . 'workflow/engine/methods/users/usersAjax.php';
//Return the contents of the output buffer
$outputBuffer = ob_get_contents();