From: Ant Phillips Date: Tue, 2 Dec 2008 10:20:56 +0000 (+0000) Subject: Fix broken tests (thanks to Johannes for spotting these). X-Git-Tag: php-5.3.0alpha2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec1ee12281edfe6bcd148ade3711fbf3996e3738;p=php Fix broken tests (thanks to Johannes for spotting these). --- diff --git a/ext/session/tests/session_name_error.phpt b/ext/session/tests/session_name_error.phpt index a2dc01b512..2ed10d92a2 100644 --- a/ext/session/tests/session_name_error.phpt +++ b/ext/session/tests/session_name_error.phpt @@ -167,6 +167,8 @@ string(12) "Hello World!" string(0) "" -- Iteration 24 -- -string(0) "" + +Warning: session_name() expects parameter 1 to be string, resource given in %s on line %d +NULL Done diff --git a/ext/session/tests/session_save_path_error.phpt b/ext/session/tests/session_save_path_error.phpt index b58e731334..815feee6ba 100644 --- a/ext/session/tests/session_save_path_error.phpt +++ b/ext/session/tests/session_save_path_error.phpt @@ -171,6 +171,8 @@ string(12) "Hello World!" string(0) "" -- Iteration 24 -- -string(0) "" + +Warning: session_save_path() expects parameter 1 to be string, resource given in %s on line %d +NULL Done