diff options
Diffstat (limited to 'ext/reflection/tests/reflectionProperty_getModifiers_basic.phpt')
-rw-r--r-- | ext/reflection/tests/reflectionProperty_getModifiers_basic.phpt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/reflection/tests/reflectionProperty_getModifiers_basic.phpt b/ext/reflection/tests/reflectionProperty_getModifiers_basic.phpt index 907a7e7be2..0d1b6bd13a 100644 --- a/ext/reflection/tests/reflectionProperty_getModifiers_basic.phpt +++ b/ext/reflection/tests/reflectionProperty_getModifiers_basic.phpt @@ -1,7 +1,5 @@ --TEST-- Test ReflectionProperty::getModifiers() usage. ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php @@ -45,4 +43,4 @@ D::a4: int(257) C::a5: int(513) D::a5: int(513) C::a6: int(1025) -D::a6: int(3073)
\ No newline at end of file +D::a6: int(3073) |