summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug39001.phpt
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-04-12 12:29:48 +0000
committerAntony Dovgal <tony2001@php.net>2007-04-12 12:29:48 +0000
commitc668dc0a26ee39d502a42fb5cdf38d46d01cacc5 (patch)
treecca413973e7d42a018f266f47968bcb21824ac2d /ext/reflection/tests/bug39001.phpt
parent9788d96b0cfc402a117b2cf9d3e5f11f7a8da48d (diff)
downloadphp-git-c668dc0a26ee39d502a42fb5cdf38d46d01cacc5.tar.gz
add missing SKIPIF sections
Diffstat (limited to 'ext/reflection/tests/bug39001.phpt')
-rw-r--r--ext/reflection/tests/bug39001.phpt2
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