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 4bf3d45 commit 6951cf5Copy full SHA for 6951cf5
test/phpunit-bootstrap.php
@@ -15,6 +15,9 @@
15
require_once __DIR__ . "/../resources/lib/UnityRedis.php";
16
require_once __DIR__ . "/../resources/lib/UnityGithub.php";
17
18
+session_save_path(exec("mktemp -d"));
19
+error_log(session_save_path());
20
+
21
global $HTTP_HEADER_TEST_INPUTS;
22
$HTTP_HEADER_TEST_INPUTS = [
23
'',
0 commit comments