From: Dmitry Stogov Date: Mon, 7 Jul 2014 13:22:19 +0000 (+0400) Subject: Wrong expectation in test (for some reason error messages didn't refer to right funct... X-Git-Tag: POST_PHPNG_MERGE~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4450cddd4f7318d59cc944562510bdfa8889259;p=php Wrong expectation in test (for some reason error messages didn't refer to right functions) --- diff --git a/ext/session/tests/session_set_save_handler_class_012.phpt b/ext/session/tests/session_set_save_handler_class_012.phpt index 3899d28816..282f293b45 100644 --- a/ext/session/tests/session_set_save_handler_class_012.phpt +++ b/ext/session/tests/session_set_save_handler_class_012.phpt @@ -55,6 +55,6 @@ int(2) array(0) { } -Warning: Unknown: Parent session handler is not open in Unknown on line 0 +Warning: SessionHandler::write(): Parent session handler is not open in Unknown on line 0 -Warning: Unknown: Parent session handler is not open in Unknown on line 0 +Warning: SessionHandler::close(): Parent session handler is not open in Unknown on line 0