Skip to content

Commit d75d2de

Browse files
authored
Update GatewayTestCase.php
1 parent 0ba09d8 commit d75d2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GatewayTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function testGetShortNameNotEmpty()
3232
public function testGetDefaultParametersReturnsArray()
3333
{
3434
$settings = $this->gateway->getDefaultParameters();
35-
$this->assertIsString($settings);
35+
$this->assertIsArray($settings);
3636
}
3737

3838
public function testDefaultParametersHaveMatchingMethods()

0 commit comments

Comments
 (0)