Пример #1
0
 /**
  * @depends testPossuiSchema
  */
 public function testCadaPedidoPossuiObjetoContendoEnderecoDeEntrega(Order $order)
 {
     $this->assertInstanceOf('\\Gpupo\\SteloSdk\\Customer\\ShippingAddress', $order->getCustomer()->getShippingAddress());
 }