summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/tests/004.phpt')
-rw-r--r--sapi/cli/tests/004.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/tests/004.phpt b/sapi/cli/tests/004.phpt
index a1a01355d..378515d46 100644
--- a/sapi/cli/tests/004.phpt
+++ b/sapi/cli/tests/004.phpt
@@ -4,7 +4,7 @@ show information about function
<?php
include "skipif.inc";
if (!extension_loaded("reflection")) {
- die("skip");
+ die("skip reflection extension required");
}
?>
--FILE--