From: Eileen McNaughton Date: Wed, 1 Jul 2015 02:03:20 +0000 (+1200) Subject: cleanup uf match in custom data test X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b2c4e136565fe74fccfe3f2d15b38a1116f60f2e;p=civicrm-core.git cleanup uf match in custom data test --- diff --git a/tests/phpunit/api/v3/SyntaxConformanceTest.php b/tests/phpunit/api/v3/SyntaxConformanceTest.php index 1c0a6e264c..271e81d051 100644 --- a/tests/phpunit/api/v3/SyntaxConformanceTest.php +++ b/tests/phpunit/api/v3/SyntaxConformanceTest.php @@ -724,6 +724,7 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase { $this->customFieldDelete($ids['custom_field_id']); $this->customGroupDelete($ids['custom_group_id']); $this->callAPISuccess($entityName, 'delete', array('id' => $result['id'])); + $this->quickCleanup(array('civicrm_uf_match')); } /**