diff options
Diffstat (limited to 'ext/reflection/tests/bug37816.phpt')
| -rwxr-xr-x | ext/reflection/tests/bug37816.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/reflection/tests/bug37816.phpt b/ext/reflection/tests/bug37816.phpt index 18a49046dc..1121d54188 100755 --- a/ext/reflection/tests/bug37816.phpt +++ b/ext/reflection/tests/bug37816.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #37816 (ReflectionProperty does not throw exception when accessing protected attribute) +--SKIPIF-- +<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php |
