コード例 #1
0
ファイル: tests-errors.php プロジェクト: wordimpress/give
 public function tearDown()
 {
     parent::tearDown();
 }
コード例 #2
0
ファイル: tests-api.php プロジェクト: wordimpress/give
 /**
  * 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
ファイル: tests-api.php プロジェクト: lots0logs/Give
 public function tearDown()
 {
     parent::tearDown();
     remove_action('give_api_output_override_xml', array($this, 'override_api_xml_format'));
 }
コード例 #4
0
 /**
  * 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);
 }