Пример #1
0
 public function testGetTransactionsByOrderIdWithSomeOrderIds()
 {
     $this->senderMock->expects($this->once())->method('send')->with('http://test/front/service/rest/export', array('method' => 'getTransactions', 'params' => array('IDENTIFIER' => 'i', 'ORDERID' => 'a;b;c', 'OPERATIONTYPE' => 'getTransactions', 'COMPRESSION' => 'GZIP', 'MAILTO' => '*****@*****.**', 'VERSION' => '2.0', 'HASH' => 'dummy')));
     $this->api->getTransactionsByOrderId(array('a', 'b', 'c'), '*****@*****.**');
 }