summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/reflectionProperty_basic1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/reflectionProperty_basic1.phpt')
-rw-r--r--ext/reflection/tests/reflectionProperty_basic1.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/reflection/tests/reflectionProperty_basic1.phpt b/ext/reflection/tests/reflectionProperty_basic1.phpt
index f7c1c8f10d..63f9542015 100644
--- a/ext/reflection/tests/reflectionProperty_basic1.phpt
+++ b/ext/reflection/tests/reflectionProperty_basic1.phpt
@@ -1,7 +1,5 @@
--TEST--
Test usage of ReflectionProperty methods __toString(), export(), getName(), isPublic(), isPrivate(), isProtected(), isStatic(), getValue() and setValue().
---SKIPIF--
-<?php extension_loaded('reflection') or die('skip'); ?>
--FILE--
<?php