コード例 #1
0
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->_subscriptions = null;
     $this->_offers = null;
     $this->_clients = null;
     parent::tearDown();
 }
コード例 #2
0
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->_curlClient = null;
     parent::tearDown();
 }
コード例 #3
0
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->_payments = null;
     parent::tearDown();
 }
コード例 #4
0
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->_transaction = null;
     parent::tearDown();
 }
コード例 #5
0
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->_coupons = null;
     parent::tearDown();
 }
コード例 #6
0
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->_offers = null;
     parent::tearDown();
 }