summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/005.phpt
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-03-12 12:38:25 +0000
committerMarcus Boerger <helly@php.net>2006-03-12 12:38:25 +0000
commite16bba12b1998755b2f8bac9d86e21098f143e4c (patch)
tree23a3ad62081b2d1b61e6df5041781ac8d1a1c852 /ext/reflection/tests/005.phpt
parent2e3ae2f5c201a461caaa5b1a4fbe37626c05ab42 (diff)
downloadphp-git-e16bba12b1998755b2f8bac9d86e21098f143e4c.tar.gz
- Prefix test names
- Add missing skipif
Diffstat (limited to 'ext/reflection/tests/005.phpt')
-rwxr-xr-xext/reflection/tests/005.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/reflection/tests/005.phpt b/ext/reflection/tests/005.phpt
index f337e44ae6..bedc7d0326 100755
--- a/ext/reflection/tests/005.phpt
+++ b/ext/reflection/tests/005.phpt
@@ -1,5 +1,7 @@
--TEST--
ReflectionMethod::getDocComment() uses wrong comment block
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
--FILE--
<?php