示例#1
0
 public function tearDown()
 {
     parent::tearDown();
 }
示例#2
0
 /**
  * Tear it Down
  */
 public function tearDown()
 {
     parent::tearDown();
     remove_action('give_api_output_override_xml', array($this, 'override_api_xml_format'));
     Give_Helper_Payment::delete_payment($this->_payment_id);
 }
示例#3
0
 public function tearDown()
 {
     parent::tearDown();
     remove_action('give_api_output_override_xml', array($this, 'override_api_xml_format'));
 }
 /**
  * Tear it Down
  */
 public function tearDown()
 {
     parent::tearDown();
     Give_Helper_Form::delete_form($this->_simple_form->ID);
     Give_Helper_Form::delete_form($this->_multi_form->ID);
 }