/**
  * Tears down the fixture, for example, closes a network connection.
  *
  * This method is called after a test is executed.
  */
 public function tearDown()
 {
     parent::tearDown();
     $this->quickCleanup(array('civicrm_case_type', 'civicrm_uf_match'));
 }
 public function tearDown()
 {
     parent::tearDown();
     CRM_Core_ManagedEntities::singleton(TRUE)->reconcile();
 }
 /**
  * Tears down the fixture, for example, closes a network connection.
  * This method is called after a test is executed.
  *
  */
 function tearDown()
 {
     parent::tearDown();
     $this->quickCleanup(array('civicrm_case_type'));
 }