summaryrefslogtreecommitdiff
path: root/ext/session/tests/006.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/006.phpt')
-rw-r--r--ext/session/tests/006.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/006.phpt b/ext/session/tests/006.phpt
index 68cea7314a..e3c048748f 100644
--- a/ext/session/tests/006.phpt
+++ b/ext/session/tests/006.phpt
@@ -13,7 +13,7 @@ session.save_handler=files
error_reporting(E_ALL);
ob_start();
-session_id("abtest");
+session_id("test006");
session_start();
class a {