Skip to content

Commit 8e4c7be

Browse files
committed
PHP 5.3 Test fix
1 parent 2fd612b commit 8e4c7be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Message/PayoutRequestTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function setUp()
2323
$httpClient->addSubscriber($mockPlugin);
2424

2525
$this->request = new PayoutRequest($httpClient, $this->getHttpRequest());
26-
$this->request->initialize([
26+
$this->request->initialize(array(
2727
'webMoneyId' => '811333344777',
2828
'merchantPurse' => 'Z123428476799',
2929
'secretKey' => '226778888',
@@ -39,7 +39,7 @@ public function setUp()
3939
'description' => 'Payout',
4040
'currency' => 'USD',
4141
'amount' => '12.46'
42-
]);
42+
));
4343
}
4444

4545
public function testException()

0 commit comments

Comments
 (0)