summaryrefslogtreecommitdiff
path: root/ext/session/tests/002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/002.phpt')
-rw-r--r--ext/session/tests/002.phpt10
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/session/tests/002.phpt b/ext/session/tests/002.phpt
deleted file mode 100644
index 0ad61cc926..0000000000
--- a/ext/session/tests/002.phpt
+++ /dev/null
@@ -1,10 +0,0 @@
---TEST--
-session_unset() without any session
---FILE--
-<?php
-session_unset();
-print "ok\n";
---GET--
---POST--
---EXPECT--
-ok