diff options
Diffstat (limited to 'ext/reflection/tests/bug39001.phpt')
| -rw-r--r-- | ext/reflection/tests/bug39001.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/reflection/tests/bug39001.phpt b/ext/reflection/tests/bug39001.phpt index 1ed675f029..59bab0291a 100644 --- a/ext/reflection/tests/bug39001.phpt +++ b/ext/reflection/tests/bug39001.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #39001 (ReflectionProperty returns incorrect declaring class for protected properties) +--SKIPIF-- +<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php |
