summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/003.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/003.phpt
parent2e3ae2f5c201a461caaa5b1a4fbe37626c05ab42 (diff)
downloadphp-git-e16bba12b1998755b2f8bac9d86e21098f143e4c.tar.gz
- Prefix test names
- Add missing skipif
Diffstat (limited to 'ext/reflection/tests/003.phpt')
-rwxr-xr-xext/reflection/tests/003.phpt4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/reflection/tests/003.phpt b/ext/reflection/tests/003.phpt
index 6603892559..af8d82d576 100755
--- a/ext/reflection/tests/003.phpt
+++ b/ext/reflection/tests/003.phpt
@@ -1,5 +1,7 @@
--TEST--
-invoke() with base class method
+ReflectionMethod::invoke() with base class method
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
--FILE--
<?php