summaryrefslogtreecommitdiff
path: root/ext/session/tests/bug38377.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/bug38377.phpt')
-rw-r--r--ext/session/tests/bug38377.phpt13
1 files changed, 0 insertions, 13 deletions
diff --git a/ext/session/tests/bug38377.phpt b/ext/session/tests/bug38377.phpt
deleted file mode 100644
index 514e459637..0000000000
--- a/ext/session/tests/bug38377.phpt
+++ /dev/null
@@ -1,13 +0,0 @@
---TEST--
-bug #38377 (session_destroy() gives warning after session_regenerate_id())
---SKIPIF--
-<?php include('skipif.inc'); ?>
---FILE--
-<?php
-session_start();
-session_regenerate_id();
-session_destroy();
-echo "Done\n";
-?>
---EXPECT--
-Done