From: Sebastian Bergmann Date: Sat, 24 May 2008 13:35:03 +0000 (+0000) Subject: MFB: Drop SKIPIF check for ext/reflection. X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1687 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5aa7732d2f74dd491e2a6dd4bbf63658bd1f18a4;p=php MFB: Drop SKIPIF check for ext/reflection. --- diff --git a/ext/reflection/tests/001.phpt b/ext/reflection/tests/001.phpt index d50d4dfe6c..f60d4dd884 100755 --- a/ext/reflection/tests/001.phpt +++ b/ext/reflection/tests/001.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection inheritance ---SKIPIF-- - --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- getClass()) ---SKIPIF-- - --FILE-- --FILE-- --FILE-- --FILE-- getValue() requires instance for static property) ---SKIPIF-- - --FILE-- getValue()); int(1) int(2) int(3) -===DONE=== \ No newline at end of file +===DONE=== diff --git a/ext/reflection/tests/bug30148.phpt b/ext/reflection/tests/bug30148.phpt index d058aaa248..aa5841ee5b 100755 --- a/ext/reflection/tests/bug30148.phpt +++ b/ext/reflection/tests/bug30148.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #30148 (ReflectionMethod->isConstructor() fails for inherited classes) ---SKIPIF-- - --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- getProperties(); echo $props[0]->getDocComment(); ?> --EXPECT-- -/** Extended commentary */ \ No newline at end of file +/** Extended commentary */ diff --git a/ext/reflection/tests/bug36337.phpt b/ext/reflection/tests/bug36337.phpt index 8ec928fc89..369d5bef1a 100644 --- a/ext/reflection/tests/bug36337.phpt +++ b/ext/reflection/tests/bug36337.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #36337 (ReflectionProperty fails to return correct visibility) ---SKIPIF-- - --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- + --CREDITS-- Rein Velt #testFest Roosendaal 2008-05-10 diff --git a/ext/reflection/tests/reflectionClass_getExtensionName_variation.phpt b/ext/reflection/tests/reflectionClass_getExtensionName_variation.phpt index 35372c4f84..998355cc7c 100644 --- a/ext/reflection/tests/reflectionClass_getExtensionName_variation.phpt +++ b/ext/reflection/tests/reflectionClass_getExtensionName_variation.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::getExtensionName() method - variation test for getExtensionName() ---SKIPIF-- - --CREDITS-- Rein Velt #testFest Roosendaal 2008-05-10 @@ -17,4 +15,4 @@ Rein Velt var_dump( $rc->getExtensionName()) ; ?> --EXPECT-- -bool(false) \ No newline at end of file +bool(false) diff --git a/ext/reflection/tests/reflectionClass_getExtension_basic.phpt b/ext/reflection/tests/reflectionClass_getExtension_basic.phpt index 432bba0acf..05fc9f5a33 100644 --- a/ext/reflection/tests/reflectionClass_getExtension_basic.phpt +++ b/ext/reflection/tests/reflectionClass_getExtension_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::getExtension() method - basic test for getExtension() method ---SKIPIF-- - --CREDITS-- Rein Velt #testFest Roosendaal 2008-05-10 @@ -19,4 +17,4 @@ object(ReflectionExtension)#%d (1) { object(ReflectionExtension)#%d (1) { [u"name"]=> unicode(3) "dom" -} \ No newline at end of file +} 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-- - --CREDITS-- Rein Velt #testFest Roosendaal 2008-05-10 @@ -17,4 +15,4 @@ Rein Velt var_dump( $rc->getExtension()) ; ?> --EXPECT-- -NULL \ No newline at end of file +NULL diff --git a/ext/reflection/tests/reflectionClass_getInterfaceNames_basic.phpt b/ext/reflection/tests/reflectionClass_getInterfaceNames_basic.phpt index c13ef3744c..519b543d15 100644 --- a/ext/reflection/tests/reflectionClass_getInterfaceNames_basic.phpt +++ b/ext/reflection/tests/reflectionClass_getInterfaceNames_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::getInterfaceNames() ---SKIPIF-- - --CREDITS-- Michelangelo van Dam #testfest roosendaal on 2008-05-10 diff --git a/ext/reflection/tests/reflectionClass_getModifiers_basic.phpt b/ext/reflection/tests/reflectionClass_getModifiers_basic.phpt index fad4e318c3..65f23c935f 100644 --- a/ext/reflection/tests/reflectionClass_getModifiers_basic.phpt +++ b/ext/reflection/tests/reflectionClass_getModifiers_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::getModifiers() ---SKIPIF-- - --CREDITS-- Felix De Vliegher --FILE-- @@ -36,4 +34,4 @@ int(64) int(128) int(524288) int(524416) -int(0) \ No newline at end of file +int(0) diff --git a/ext/reflection/tests/reflectionClass_getParentClass.phpt b/ext/reflection/tests/reflectionClass_getParentClass.phpt index fbdfa0b7ed..32c01aeafd 100644 --- a/ext/reflection/tests/reflectionClass_getParentClass.phpt +++ b/ext/reflection/tests/reflectionClass_getParentClass.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::getParentClass() ---SKIPIF-- - --CREDITS-- Michelangelo van Dam #testfest roosendaal on 2008-05-10 diff --git a/ext/reflection/tests/reflectionClass_hasConstant_basic.phpt b/ext/reflection/tests/reflectionClass_hasConstant_basic.phpt index 75d3d30e78..0ff2523d6f 100644 --- a/ext/reflection/tests/reflectionClass_hasConstant_basic.phpt +++ b/ext/reflection/tests/reflectionClass_hasConstant_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::hasConstant() ---SKIPIF-- - --CREDITS-- Marc Veldman #testfest roosendaal on 2008-05-10 diff --git a/ext/reflection/tests/reflectionClass_hasMethod_basic.phpt b/ext/reflection/tests/reflectionClass_hasMethod_basic.phpt index 700218951f..fa4ee482b2 100644 --- a/ext/reflection/tests/reflectionClass_hasMethod_basic.phpt +++ b/ext/reflection/tests/reflectionClass_hasMethod_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::hasMethod() ---SKIPIF-- - --CREDITS-- Marc Veldman #testfest roosendaal on 2008-05-10 diff --git a/ext/reflection/tests/reflectionClass_hasProperty_basic.phpt b/ext/reflection/tests/reflectionClass_hasProperty_basic.phpt index 26ca6a4cd5..d6dda7c2a3 100644 --- a/ext/reflection/tests/reflectionClass_hasProperty_basic.phpt +++ b/ext/reflection/tests/reflectionClass_hasProperty_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::hasProperty() ---SKIPIF-- - --CREDITS-- Marc Veldman #testfest roosendaal on 2008-05-10 diff --git a/ext/reflection/tests/reflectionClass_isAbstract_basic.phpt b/ext/reflection/tests/reflectionClass_isAbstract_basic.phpt index 7a3d577ef6..a7d19829a8 100644 --- a/ext/reflection/tests/reflectionClass_isAbstract_basic.phpt +++ b/ext/reflection/tests/reflectionClass_isAbstract_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::isAbstract() method ---SKIPIF-- - --CREDITS-- Felix De Vliegher #testfest roosendaal on 2008-05-10 diff --git a/ext/reflection/tests/reflectionClass_isFinal_basic.phpt b/ext/reflection/tests/reflectionClass_isFinal_basic.phpt index efa131724e..57e577ad5f 100644 --- a/ext/reflection/tests/reflectionClass_isFinal_basic.phpt +++ b/ext/reflection/tests/reflectionClass_isFinal_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::isFinal() method ---SKIPIF-- - --CREDITS-- Felix De Vliegher #testfest roosendaal on 2008-05-10 diff --git a/ext/reflection/tests/reflectionClass_isInterface_basic.phpt b/ext/reflection/tests/reflectionClass_isInterface_basic.phpt index 2e5c6302d8..66c9ae7d09 100644 --- a/ext/reflection/tests/reflectionClass_isInterface_basic.phpt +++ b/ext/reflection/tests/reflectionClass_isInterface_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::isInterface() method ---SKIPIF-- - --CREDITS-- Felix De Vliegher #testfest roosendaal on 2008-05-10 diff --git a/ext/reflection/tests/reflectionClass_isIterateable_basic.phpt b/ext/reflection/tests/reflectionClass_isIterateable_basic.phpt index cfcf799e38..8b65b9a0bd 100644 --- a/ext/reflection/tests/reflectionClass_isIterateable_basic.phpt +++ b/ext/reflection/tests/reflectionClass_isIterateable_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::isIterateable() basic ---SKIPIF-- - --CREDITS-- Felix De Vliegher , Marc Veldman --FILE-- diff --git a/ext/reflection/tests/reflectionClass_isIterateable_variation1.phpt b/ext/reflection/tests/reflectionClass_isIterateable_variation1.phpt index 654a37ec99..f6d0d5346a 100644 --- a/ext/reflection/tests/reflectionClass_isIterateable_variation1.phpt +++ b/ext/reflection/tests/reflectionClass_isIterateable_variation1.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::isIterateable() variations ---SKIPIF-- - --CREDITS-- Felix De Vliegher --FILE-- diff --git a/ext/reflection/tests/reflectionProperty_basic1.phpt b/ext/reflection/tests/reflectionProperty_basic1.phpt index 5f7a344a04..660cee5ebe 100644 --- a/ext/reflection/tests/reflectionProperty_basic1.phpt +++ b/ext/reflection/tests/reflectionProperty_basic1.phpt @@ -1,7 +1,5 @@ --TEST-- Test usage of ReflectionProperty methods __toString(), export(), getName(), isPublic(), isPrivate(), isProtected(), isStatic(), getValue() and setValue(). ---SKIPIF-- - --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE--