summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug39067.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/bug39067.phpt')
-rw-r--r--ext/reflection/tests/bug39067.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/reflection/tests/bug39067.phpt b/ext/reflection/tests/bug39067.phpt
index 8a7a6044e1..020ae74e41 100644
--- a/ext/reflection/tests/bug39067.phpt
+++ b/ext/reflection/tests/bug39067.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #39067 (getDeclaringClass() and private properties)
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
--FILE--
<?php