X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Ftemplates%2FdocumentFunction.tpl;h=5a40ea76e7e3f74f5e70a10b6eb60441f65f3e04;hb=91bcade44f15e57b451068402f777e8a61c38869;hp=36740310e910556b404d940cb905b976e05e49a0;hpb=111646fe542944b7dad1996fd3b43d6cf886791b;p=civicrm-core.git diff --git a/tests/templates/documentFunction.tpl b/tests/templates/documentFunction.tpl index 36740310e9..5a40ea76e7 100644 --- a/tests/templates/documentFunction.tpl +++ b/tests/templates/documentFunction.tpl @@ -1,6 +1,6 @@ {literal}getErrorCode(); $errorData = $e->getExtraParams(); return array( - 'error' => $errorMessage, + 'is_error' => 1, + 'error_message' => $errorMessage, 'error_code' => $errorCode, 'error_data' => $errorData, ); @@ -50,12 +53,11 @@ function {$function}_expectedresult() {literal}{{/literal} return $expectedResult; {literal}}{/literal} -/** +/* * This example has been generated from the API test suite. -* The test that created it is called -* {$testfunction} -* and can be found in -* https://github.com/civicrm/civicrm-core/blob/master/tests/phpunit/api/v3/{$filename} +* The test that created it is called "{$testFunction}" +* and can be found at: +* https://github.com/civicrm/civicrm-core/blob/master/tests/phpunit/api/v3/{$testFile} * * You can see the outcome of the API tests at * https://test.civicrm.org/job/CiviCRM-master-git/