Browse Source

Fix broken test

This was missing a %s for the path here
PHP-5.3.21
Rasmus Lerdorf 13 years ago
parent
commit
eecdb4c254
  1. 2
      ext/session/tests/bug60860.phpt

2
ext/session/tests/bug60860.phpt

@ -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…
Cancel
Save