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