Skip to content

Commit b9077e7

Browse files
committed
rename provider
1 parent 3dd8c46 commit b9077e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/unit/UnitySiteTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function testTestValidSSHKey(bool $expected, string $key)
3030
$this->assertEquals($expected, $SITE->testValidSSHKey($key));
3131
}
3232

33-
public static function testGetGithubKeysProvider()
33+
private static function providerTestGetGithubKeys()
3434
{
3535
return [
3636
# empty
@@ -46,7 +46,7 @@ public static function testGetGithubKeysProvider()
4646
];
4747
}
4848

49-
#[DataProvider("testGetGithubKeysProvider")]
49+
#[DataProvider("providerTestGetGithubKeys")]
5050
public function testGetGithubKeys(string $username, array $expected)
5151
{
5252
$SITE = new UnitySite();

0 commit comments

Comments
 (0)