diff options
Diffstat (limited to 'ext/reflection/tests/bug33312.phpt')
-rwxr-xr-x | ext/reflection/tests/bug33312.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/reflection/tests/bug33312.phpt b/ext/reflection/tests/bug33312.phpt index b39ec3c6f1..ffa9180fce 100755 --- a/ext/reflection/tests/bug33312.phpt +++ b/ext/reflection/tests/bug33312.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #33312 (ReflectionParameter methods do not work correctly) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php class Foo { |