diff options
Diffstat (limited to 'ext/session/tests/bug74936.phpt')
-rw-r--r-- | ext/session/tests/bug74936.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/session/tests/bug74936.phpt b/ext/session/tests/bug74936.phpt index aee7493c6c..7b502c85b5 100644 --- a/ext/session/tests/bug74936.phpt +++ b/ext/session/tests/bug74936.phpt @@ -12,9 +12,7 @@ var_dump(session_cache_expire()); var_dump(session_cache_limiter()); var_dump(session_save_path()); ?> -===DONE=== --EXPECT-- int(180) string(7) "nocache" string(0) "" -===DONE=== |