Skip to content

Commit 6e3d748

Browse files
sudiptpaStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent cd9f42c commit 6e3d748

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/Message/UnionPayPurchaseRequestTest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ public function testPurchase()
3939
$this->assertNull($response->getMessage());
4040
$this->assertNull($response->getCode());
4141

42-
$this->assertStringStartsWith('https://transact.nab.com.au/live/directpostv2/authorise',
43-
$response->getRedirectUrl());
42+
$this->assertStringStartsWith(
43+
'https://transact.nab.com.au/live/directpostv2/authorise',
44+
$response->getRedirectUrl()
45+
);
4446
$this->assertSame('GET', $response->getRedirectMethod());
4547
$this->assertArrayHasKey('EPS_FINGERPRINT', $response->getData());
4648
}

0 commit comments

Comments
 (0)