Skip to content

Commit a0f3d60

Browse files
committed
Fix: Do not pass null to function that expects string
1 parent 48a8964 commit a0f3d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ function main(): void
226226
$environment["SystemRoot"] = getenv("SystemRoot");
227227
}
228228

229-
$php = null;
229+
$php = '';
230230
$php_cgi = null;
231231
$phpdbg = null;
232232

0 commit comments

Comments
 (0)