Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
36 | public function test() |
||
37 | { |
||
38 | $message = new AfsRejectMessage($this->request); |
||
39 | static::assertSame($this->request['transaction']['id'], $message->getPaymentId()); |
||
40 | static::assertSame($this->request['transaction']['external_id'], $message->getExternalPaymentId()); |
||
41 | static::assertSame($this->request['refund_details'], $message->getRefundDetails()); |
||
42 | |||
43 | } |
||
44 | } |
||
45 |