Skip to content

Commit

Permalink
fixed array []
Browse files Browse the repository at this point in the history
  • Loading branch information
beinbm committed Aug 6, 2015
1 parent 9e59f2d commit b17eae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Message/PurchaseResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ public function testPurchaseSuccess()

$this->assertSame('GET', $response->getRedirectMethod());

$expected = [
$expected = array(
'id' => 'pay_tok_5a010daa-4a30-4171-a8e9-8ae0c6de1c68',
'liveMode' => true
];
);
$this->assertSame($expected, $response->getRedirectData());

$this->assertSame('placeholder', $response->getRedirectUrl());
Expand Down

0 comments on commit b17eae9

Please sign in to comment.