Skip to content

Commit

Permalink
PHP 5.3 Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dercoder committed Oct 13, 2015
1 parent 2fd612b commit 8e4c7be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Message/PayoutRequestTest.php
Expand Up @@ -23,7 +23,7 @@ public function setUp()
$httpClient->addSubscriber($mockPlugin);

$this->request = new PayoutRequest($httpClient, $this->getHttpRequest());
$this->request->initialize([
$this->request->initialize(array(
'webMoneyId' => '811333344777',
'merchantPurse' => 'Z123428476799',
'secretKey' => '226778888',
Expand All @@ -39,7 +39,7 @@ public function setUp()
'description' => 'Payout',
'currency' => 'USD',
'amount' => '12.46'
]);
));
}

public function testException()
Expand Down

0 comments on commit 8e4c7be

Please sign in to comment.