Skip to content

Commit 99950cf

Browse files
committed
PHPUnit Test Bugfix
1 parent abbc004 commit 99950cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Omnipay/Ukash/Message/FetchTransactionResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function testFailure()
2121
public function testSuccess()
2222
{
2323
$httpResponse = $this->getMockHttpResponse('FetchTransactionSuccess.txt');
24-
$response = new PurchaseResponse($this->getMockRequest(), $httpResponse->getBody(true));
24+
$response = new FetchTransactionResponse($this->getMockRequest(), $httpResponse->getBody(true));
2525

2626
$this->assertFalse($response->isSuccessful());
2727
$this->assertSame(0, $response->getCode());

0 commit comments

Comments
 (0)