Skip to content

Commit 623b293

Browse files
committed
Whitespace fixes
1 parent d00a0a2 commit 623b293

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/Omnipay/Migs/Message/ThreePartyCompletePurchaseRequestTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public function testThreePartyCompletePurchaseSuccess()
3131

3232
$response = new Response($this->getMockRequest(), $data);
3333

34-
3534
$this->assertInstanceOf('Omnipay\Migs\Message\Response', $response);
3635
$this->assertTrue($response->isSuccessful());
3736
$this->assertFalse($response->isRedirect());

tests/Omnipay/NetBanx/GatewayTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,8 @@ public function testVoidFailure()
217217
$this->assertSame('test', (string) $sxml->merchantAccount->storeID);
218218
$this->assertSame('test', (string) $sxml->merchantAccount->storePwd);
219219

220-
221220
$this->assertFalse($response->isSuccessful());
222221
$this->assertSame('12345678', $response->getTransactionReference());
223222
$this->assertSame('The confirmation number included in this request could not be found.', $response->getMessage());
224223
}
225-
}
224+
}

0 commit comments

Comments
 (0)