Skip to content

Commit

Permalink
added more unit tests for GarantiPos::map3DPayResponseData()
Browse files Browse the repository at this point in the history
  • Loading branch information
nuryagdym committed Mar 6, 2022
1 parent 0b11390 commit dbd1e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Gateways/GarantiPosTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ public function testMap3DPayResponseDataSuccess()
$method = $this->getMethod('map3DPayResponseData');
$result1 = $method->invoke($this->pos, $gatewayResponse);

$this->assertIsObject($result1);
$this->assertSame($expected, json_encode($result1));
}

Expand Down

0 comments on commit dbd1e83

Please sign in to comment.