From 6ee61eb6795817cfb7dc04258f8fabe1c378ca0f Mon Sep 17 00:00:00 2001 From: Anton Grebnev Date: Thu, 27 Oct 2011 11:24:45 +0400 Subject: [PATCH] modified mock save_handler --- tests/session/SessionTest.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/session/SessionTest.php b/tests/session/SessionTest.php index 5979f14..5a85476 100644 --- a/tests/session/SessionTest.php +++ b/tests/session/SessionTest.php @@ -157,10 +157,10 @@ class SessionTest extends PHPUnit_Framework_TestCase class Handler { - public function open(){} - public function close(){} - public function read(){} - public function write(){} - public function destroy(){} - public function gc(){} + public static function open(){} + public static function close(){} + public static function read(){} + public static function write(){} + public static function destroy(){} + public static function gc(){} } \ No newline at end of file