Skip to content

Commit 3dd8c46

Browse files
committed
construct site object
1 parent 6c77577 commit 3dd8c46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: test/unit/UnitySiteTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public static function testGetGithubKeysProvider()
4949
#[DataProvider("testGetGithubKeysProvider")]
5050
public function testGetGithubKeys(string $username, array $expected)
5151
{
52+
$SITE = new UnitySite();
5253
$this->assertEquals($expected, $SITE->getGithubKeys($username));
5354
}
5455
}

0 commit comments

Comments
 (0)