Skip to content

Commit 110bd5d

Browse files
committed
add missing require
1 parent 3fe3ab2 commit 110bd5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/phpunit-bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
require_once __DIR__ . "/../resources/lib/UnityConfig.php";
1414
require_once __DIR__ . "/../resources/lib/UnityWebhook.php";
1515
require_once __DIR__ . "/../resources/lib/UnityRedis.php";
16+
require_once __DIR__ . "/../resources/lib/UnityGithub.php";
1617

1718
global $HTTP_HEADER_TEST_INPUTS;
1819
$HTTP_HEADER_TEST_INPUTS = [

0 commit comments

Comments
 (0)