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 c58b1c2 commit 6c77577Copy full SHA for 6c77577
test/unit/UnitySiteTest.php
@@ -47,7 +47,7 @@ public static function testGetGithubKeysProvider()
47
}
48
49
#[DataProvider("testGetGithubKeysProvider")]
50
- public static function testGetGithubKeys(string $username, array $expected)
+ public function testGetGithubKeys(string $username, array $expected)
51
{
52
$this->assertEquals($expected, $SITE->getGithubKeys($username));
53
0 commit comments