diff options
Diffstat (limited to 'ext/reflection/tests/bug39884.phpt')
| -rw-r--r-- | ext/reflection/tests/bug39884.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/reflection/tests/bug39884.phpt b/ext/reflection/tests/bug39884.phpt index dbc57ee521..8022954bf2 100644 --- a/ext/reflection/tests/bug39884.phpt +++ b/ext/reflection/tests/bug39884.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #39884 (ReflectionParameter::getClass() throws exception for type hint self) +--SKIPIF-- +<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php class stubParamTest |
