diff options
Diffstat (limited to 'ext/reflection/tests/ReflectionMethod_constructor_basic.phpt')
-rw-r--r-- | ext/reflection/tests/ReflectionMethod_constructor_basic.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/reflection/tests/ReflectionMethod_constructor_basic.phpt b/ext/reflection/tests/ReflectionMethod_constructor_basic.phpt index 5655b0eeab..dcc6080b42 100644 --- a/ext/reflection/tests/ReflectionMethod_constructor_basic.phpt +++ b/ext/reflection/tests/ReflectionMethod_constructor_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod::isConstructor() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php |