mirror of
https://github.com/php/php-src.git
synced 2024-12-01 13:54:10 +08:00
Fix broken test
This was missing a %s for the path here
This commit is contained in:
parent
a11606b18f
commit
eecdb4c254
@ -14,4 +14,4 @@ echo "ok\n";
|
||||
--EXPECTF--
|
||||
Warning: session_start(): user session functions not defined in %s on line 3
|
||||
|
||||
Fatal error: session_start(): Failed to initialize storage module: user (path: ) in %s on line 3
|
||||
Fatal error: session_start(): Failed to initialize storage module: user (path: %s) in %s on line 3
|
||||
|
Loading…
Reference in New Issue
Block a user