/**
  * Prepares the environment before running a test.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->_subscriptions = new Services_Paymill_Subscriptions($this->_apiTestKey, $this->_apiUrl);
     $this->_clients = new Services_Paymill_Clients($this->_apiTestKey, $this->_apiUrl);
     $this->_offers = new Services_Paymill_Offers($this->_apiTestKey, $this->_apiUrl);
 }
예제 #2
0
 /**
  * Prepares the environment before running a test.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->_curlClient = new Services_Paymill_Apiclient_Curl($this->_apiTestKey, $this->_apiUrl);
 }
 /**
  * Prepares the environment before running a test.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->_payments = new Services_Paymill_Payments($this->_apiTestKey, $this->_apiUrl);
 }
 /**
  * Prepares the environment before running a test.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->_refunds = new Services_Paymill_Refunds($this->_apiTestKey, $this->_apiUrl);
     $this->_transactions = new Services_Paymill_Transactions($this->_apiTestKey, $this->_apiUrl);
 }