public function setUp()
 {
     parent::setUp();
     $this->mockClient = m::mock('SOAPClient');
     $this->factory = m::mock('SOAPFactory');
     $this->soapRequester = new SOAPRequester($this->mockClient, $this->factory);
 }
 public function setUp()
 {
     parent::setUp();
     $this->factory = new SOAPClientFactory();
 }
 public function setUp()
 {
     parent::setUp();
     $this->mockRequester = m::mock('soapRequester');
     $this->cybersource = new Cybersource($this->mockRequester);
 }
 public function setUp()
 {
     parent::setUp();
     $this->client = new SOAPClient($this->configs);
 }