Skip to content

Commit eecdb4c

Browse files
committed
Fix broken test
This was missing a %s for the path here
1 parent a11606b commit eecdb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/session/tests/bug60860.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ echo "ok\n";
1414
--EXPECTF--
1515
Warning: session_start(): user session functions not defined in %s on line 3
1616

17-
Fatal error: session_start(): Failed to initialize storage module: user (path: ) in %s on line 3
17+
Fatal error: session_start(): Failed to initialize storage module: user (path: %s) in %s on line 3

0 commit comments

Comments
 (0)