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.phpt13
1 files changed, 0 insertions, 13 deletions
diff --git a/ext/session/tests/002.phpt b/ext/session/tests/002.phpt
deleted file mode 100644
index 7c77fdcf94..0000000000
--- a/ext/session/tests/002.phpt
+++ /dev/null
@@ -1,13 +0,0 @@
---TEST--
-session_unset() without a initialized session
---SKIPIF--
-<?php include('skipif.inc'); ?>
---FILE--
-<?php
-error_reporting(E_ALL);
-session_unset();
-print "ok\n";
---GET--
---POST--
---EXPECT--
-ok