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); }
protected function setUp() { parent::setUp(); $this->iterator = new WebsiteSoapIterator($this->transport); }
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); }