cleanup uf match in custom data test
authorEileen McNaughton <eileen@fuzion.co.nz>
Wed, 1 Jul 2015 02:03:20 +0000 (14:03 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Wed, 1 Jul 2015 02:03:20 +0000 (14:03 +1200)
tests/phpunit/api/v3/SyntaxConformanceTest.php

index 1c0a6e264c38036b029cab320ca536d9cfb90202..271e81d05194cb0867219b69b4bdc3989ed7e64c 100644 (file)
@@ -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'));
   }
 
   /**