/**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->_subscriptions = null;
     $this->_offers = null;
     $this->_clients = null;
     parent::tearDown();
 }
Exemplo n.º 2
0
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->_curlClient = null;
     parent::tearDown();
 }
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->_payments = null;
     parent::tearDown();
 }
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->_transaction = null;
     parent::tearDown();
 }
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->_coupons = null;
     parent::tearDown();
 }
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->_offers = null;
     parent::tearDown();
 }