summaryrefslogtreecommitdiff
path: root/ext/session/tests/014.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/014.phpt')
-rw-r--r--ext/session/tests/014.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/014.phpt b/ext/session/tests/014.phpt
index d8369cfec5..a0c6515243 100644
--- a/ext/session/tests/014.phpt
+++ b/ext/session/tests/014.phpt
@@ -14,7 +14,7 @@ session.save_handler=files
<?php
error_reporting(E_ALL);
-session_id("abtest");
+session_id("test014");
session_start();
?>