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 b9077e7 commit e949098Copy full SHA for e949098
test/unit/UnitySiteTest.php
@@ -30,7 +30,7 @@ public function testTestValidSSHKey(bool $expected, string $key)
30
$this->assertEquals($expected, $SITE->testValidSSHKey($key));
31
}
32
33
- private static function providerTestGetGithubKeys()
+ public static function providerTestGetGithubKeys()
34
{
35
return [
36
# empty
0 commit comments