summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/006.phpt
diff options
context:
space:
mode:
authorArnaud Le Blanc <lbarnaud@php.net>2009-05-20 10:08:32 +0000
committerArnaud Le Blanc <lbarnaud@php.net>2009-05-20 10:08:32 +0000
commit654073073221f2ecbbd2b9b69ca8da74461112f1 (patch)
tree5c7adfa65b849518347fdf240990c0736d6d0422 /sapi/cli/tests/006.phpt
parent0813510d1b07ca506629132dbdc3d8f803a89da2 (diff)
downloadphp-git-654073073221f2ecbbd2b9b69ca8da74461112f1.tar.gz
MFH: Fix skipif
Diffstat (limited to 'sapi/cli/tests/006.phpt')
-rw-r--r--sapi/cli/tests/006.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/tests/006.phpt b/sapi/cli/tests/006.phpt
index f9d2432247..e322d7ef71 100644
--- a/sapi/cli/tests/006.phpt
+++ b/sapi/cli/tests/006.phpt
@@ -3,7 +3,7 @@ show information about extension
--SKIPIF--
<?php
include "skipif.inc";
-if (!extension_loaded("reflection")) {
+if (!extension_loaded("reflection") || !extension_loaded("session")) {
die("skip");
}
?>