public function testInstantiationFromFactory()
 {
     $strikeIron = new \Zend\Service\StrikeIron\StrikeIron(array('client' => $this->soapClient));
     $client = $strikeIron->getService(array('class' => 'USAddressVerification'));
     $this->assertInstanceOf('Zend\\Service\\StrikeIron\\USAddressVerification', $client);
 }
Example #2
0
 public function testInstantiationFromFactory()
 {
     $strikeIron = new \Zend\Service\StrikeIron\StrikeIron(array('client' => $this->soapClient));
     $client = $strikeIron->getService(array('class' => 'ZipCodeInfo'));
     $this->assertInstanceOf('Zend\\Service\\StrikeIron\\ZipCodeInfo', $client);
 }