Skip to content

Commit c58b1c2

Browse files
committed
fix argument order
1 parent b0db9d4 commit c58b1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/UnitySiteTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static function testGetGithubKeysProvider()
4747
}
4848

4949
#[DataProvider("testGetGithubKeysProvider")]
50-
public static function testGetGithubKeys(array $expected, string $username)
50+
public static function testGetGithubKeys(string $username, array $expected)
5151
{
5252
$this->assertEquals($expected, $SITE->getGithubKeys($username));
5353
}

0 commit comments

Comments
 (0)