summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/reflectionProperty_basic2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/reflectionProperty_basic2.phpt')
-rw-r--r--ext/reflection/tests/reflectionProperty_basic2.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/reflection/tests/reflectionProperty_basic2.phpt b/ext/reflection/tests/reflectionProperty_basic2.phpt
index f2b5ff4fb9..b7b21333d3 100644
--- a/ext/reflection/tests/reflectionProperty_basic2.phpt
+++ b/ext/reflection/tests/reflectionProperty_basic2.phpt
@@ -1,7 +1,5 @@
--TEST--
Test usage of ReflectionProperty methods isDefault(), getModifiers(), getDeclaringClass() and getDocComment().
---SKIPIF--
-<?php extension_loaded('reflection') or die('skip'); ?>
--FILE--
<?php