summaryrefslogtreecommitdiff
path: root/ext/session/tests/013.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/013.phpt')
-rw-r--r--ext/session/tests/013.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/session/tests/013.phpt b/ext/session/tests/013.phpt
index 32909eb58c..07fcea407b 100644
--- a/ext/session/tests/013.phpt
+++ b/ext/session/tests/013.phpt
@@ -12,10 +12,10 @@ session.save_handler=files
<?php
error_reporting(E_ALL);
-session_id("abtest");
+session_id("test013");
session_start();
session_destroy();
-session_id("abtest2");
+session_id("test013-2");
session_start();
session_destroy();