diff options
Diffstat (limited to 'ext/reflection/tests/reflectionClass_getExtension_variation.phpt')
| -rw-r--r-- | ext/reflection/tests/reflectionClass_getExtension_variation.phpt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/reflection/tests/reflectionClass_getExtension_variation.phpt b/ext/reflection/tests/reflectionClass_getExtension_variation.phpt index f2272777a0..5409504716 100644 --- a/ext/reflection/tests/reflectionClass_getExtension_variation.phpt +++ b/ext/reflection/tests/reflectionClass_getExtension_variation.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::getExtension() method - variation test for getExtension() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip - reflection extension not loaded'); ?> --CREDITS-- Rein Velt <rein@velt.org> #testFest Roosendaal 2008-05-10 @@ -17,4 +15,4 @@ Rein Velt <rein@velt.org> var_dump( $rc->getExtension()) ; ?> --EXPECT-- -NULL
\ No newline at end of file +NULL |
