Conflicts:
CRM/Core/DAO.php
CRM/Financial/BAO/FinancialAccount.php
CRM/Financial/BAO/FinancialType.php
tests/phpunit/api/v3/CaseTest.php
tests/phpunit/api/v3/SyntaxConformanceTest.php
$params = $this->_params;
// Test using label instead of value
unset($params['case_type_id']);
- $params['case_type'] = 'Housing Support';
+ $params['case_type'] = $this->caseType;
- $result = $this->callAPISuccess('case', 'create', $params);
+ $result = $this->callAPIAndDocument('case', 'create', $params, __FUNCTION__, __FILE__);
$id = $result['id'];
// Check result