Skip to content

Commit 6c77577

Browse files
committed
no static
1 parent c58b1c2 commit 6c77577

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(string $username, array $expected)
50+
public function testGetGithubKeys(string $username, array $expected)
5151
{
5252
$this->assertEquals($expected, $SITE->getGithubKeys($username));
5353
}

0 commit comments

Comments
 (0)