Example #1
0
 protected function setUp()
 {
     parent::setUp();
     $this->iterator = new OrderBridgeIterator($this->transport, $this->settings);
 }
 protected function setUp()
 {
     parent::setUp();
     $this->iterator = new NewsletterSubscriberBridgeIterator($this->transport, $this->settings);
 }
Example #3
0
 protected function setUp()
 {
     parent::setUp();
     $this->iterator = new WebsiteSoapIterator($this->transport);
 }
Example #4
0
 protected function setUp()
 {
     parent::setUp();
     $this->iterator = new RegionSoapIterator($this->transport, $this->settings);
 }
 protected function setUp()
 {
     parent::setUp();
     $this->iterator = $this->getMockBuilder('OroCRM\\Bundle\\MagentoBundle\\Provider\\Iterator\\AbstractLoadeableSoapIterator')->setMethods(['getData'])->setConstructorArgs([$this->transport])->getMockForAbstractClass();
     $this->assertAttributeEquals($this->transport, 'transport', $this->iterator);
 }