Commit: eecdb4c254bafe5fc53b1e06055482944cd3560f Author: Rasmus Lerdorf <ras...@php.net> Thu, 13 Dec 2012 16:13:37 -0800 Parents: a11606b18fd20be1048a858eb5011fb7117855a9 Branches: PHP-5.3 PHP-5.4 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=eecdb4c254bafe5fc53b1e06055482944cd3560f Log: Fix broken test This was missing a %s for the path here Changed paths: M ext/session/tests/bug60860.phpt Diff: diff --git a/ext/session/tests/bug60860.phpt b/ext/session/tests/bug60860.phpt index 1231020..223fb35 100644 --- a/ext/session/tests/bug60860.phpt +++ b/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 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php