We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0db9d4 commit c58b1c2Copy full SHA for c58b1c2
test/unit/UnitySiteTest.php
@@ -47,7 +47,7 @@ public static function testGetGithubKeysProvider()
47
}
48
49
#[DataProvider("testGetGithubKeysProvider")]
50
- public static function testGetGithubKeys(array $expected, string $username)
+ public static function testGetGithubKeys(string $username, array $expected)
51
{
52
$this->assertEquals($expected, $SITE->getGithubKeys($username));
53
0 commit comments