From 3219148987e678ce2fef0b915a61b55998438270 Mon Sep 17 00:00:00 2001 From: Eileen Date: Wed, 24 Sep 2014 01:45:27 +0000 Subject: [PATCH] additional example --- tests/phpunit/api/v3/CaseTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/api/v3/CaseTest.php b/tests/phpunit/api/v3/CaseTest.php index b1a2fd908a..091ac02595 100644 --- a/tests/phpunit/api/v3/CaseTest.php +++ b/tests/phpunit/api/v3/CaseTest.php @@ -270,7 +270,7 @@ class api_v3_CaseTest extends CiviUnitTestCase { // Test using label instead of value unset($params['case_type_id']); $params['case_type'] = 'Housing Support'; - $result = $this->callAPISuccess('case', 'create', $params); + $result = $this->callAPIAndDocument('case', 'create', $params, __FUNCTION__, __FILE__); $id = $result['id']; // Check result -- 2.25.1