Skip to content

Commit e6bcb07

Browse files
author
Yasuo Ohgaki
committed
Fixed warnings
1 parent 06484d6 commit e6bcb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
if (getenv('TEST_PHP_USER')) {
8888
$user_tests = explode (',', getenv('TEST_PHP_USER'));
8989
} else {
90-
$user_tests = NULL;
90+
$user_tests = array();
9191
}
9292

9393
// Write test context information.

0 commit comments

Comments
 (0)