summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/005.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/tests/005.phpt')
-rw-r--r--sapi/cli/tests/005.phpt7
1 files changed, 6 insertions, 1 deletions
diff --git a/sapi/cli/tests/005.phpt b/sapi/cli/tests/005.phpt
index 12f46d1b40..fc07870193 100644
--- a/sapi/cli/tests/005.phpt
+++ b/sapi/cli/tests/005.phpt
@@ -1,7 +1,12 @@
--TEST--
show information about class
--SKIPIF--
-<?php include "skipif.inc"; ?>
+<?php
+include "skipif.inc";
+if (!extension_loaded("reflection")) {
+ die("skip");
+}
+?>
--FILE--
<?php