diff options
Diffstat (limited to 'ext/reflection/tests/004.phpt')
| -rwxr-xr-x | ext/reflection/tests/004.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/reflection/tests/004.phpt b/ext/reflection/tests/004.phpt index f8a448e6c..912d52654 100755 --- a/ext/reflection/tests/004.phpt +++ b/ext/reflection/tests/004.phpt @@ -1,5 +1,7 @@ --TEST--
-invoke() with non object or null value
+ReflectionMethod::invoke() with non object or null value
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
--FILE--
<?php
|
