From 30a8d14fbcc53523e47dec49ece8677321137cd4 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sat, 24 May 2008 13:34:22 +0000 Subject: Drop SKIPIF check for ext/reflection. --- ext/reflection/tests/001.phpt | 2 -- ext/reflection/tests/002.phpt | 2 -- ext/reflection/tests/003.phpt | 2 -- ext/reflection/tests/004.phpt | 2 -- ext/reflection/tests/005.phpt | 2 -- ext/reflection/tests/006.phpt | 2 -- ext/reflection/tests/007.phpt | 2 -- ext/reflection/tests/008.phpt | 2 -- ext/reflection/tests/009.phpt | 2 -- ext/reflection/tests/026.phpt | 2 -- ext/reflection/tests/ReflectionMethod_basic1.phpt | 2 -- ext/reflection/tests/ReflectionMethod_basic2.phpt | 2 -- ext/reflection/tests/ReflectionMethod_basic3.phpt | 2 -- ext/reflection/tests/ReflectionMethod_basic4.phpt | 2 -- ext/reflection/tests/ReflectionMethod_constructor_basic.phpt | 2 -- ext/reflection/tests/ReflectionMethod_getDeclaringClass_basic.phpt | 2 -- ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt | 4 +--- ext/reflection/tests/ReflectionMethod_getDocComment_error.phpt | 2 -- ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt | 2 -- ext/reflection/tests/ReflectionMethod_getStaticVariables_basic.phpt | 4 +--- ext/reflection/tests/ReflectionMethod_invokeArgs_basic.phpt | 2 -- ext/reflection/tests/ReflectionMethod_invokeArgs_error1.phpt | 2 -- ext/reflection/tests/ReflectionMethod_invokeArgs_error2.phpt | 2 -- ext/reflection/tests/ReflectionMethod_invokeArgs_error3.phpt | 2 -- ext/reflection/tests/ReflectionMethod_invoke_basic.phpt | 2 -- ext/reflection/tests/ReflectionMethod_invoke_error1.phpt | 2 -- ext/reflection/tests/ReflectionMethod_invoke_error2.phpt | 2 -- ext/reflection/tests/ReflectionMethod_returnsReference_basic.phpt | 2 -- ext/reflection/tests/bug26640.phpt | 2 -- ext/reflection/tests/bug26695.phpt | 4 +--- ext/reflection/tests/bug29268.phpt | 2 -- ext/reflection/tests/bug29523.phpt | 2 -- ext/reflection/tests/bug29828.phpt | 2 -- ext/reflection/tests/bug29986.phpt | 2 -- ext/reflection/tests/bug30146.phpt | 4 +--- ext/reflection/tests/bug30148.phpt | 4 +--- ext/reflection/tests/bug30209.phpt | 2 -- ext/reflection/tests/bug30856.phpt | 2 -- ext/reflection/tests/bug30961.phpt | 2 -- ext/reflection/tests/bug31651.phpt | 2 -- ext/reflection/tests/bug32981.phpt | 2 -- ext/reflection/tests/bug33312.phpt | 2 -- ext/reflection/tests/bug33389.phpt | 2 -- ext/reflection/tests/bug36308.phpt | 4 +--- ext/reflection/tests/bug36337.phpt | 2 -- ext/reflection/tests/bug36434.phpt | 2 -- ext/reflection/tests/bug37816.phpt | 2 -- ext/reflection/tests/bug38132.phpt | 2 -- ext/reflection/tests/bug38194.phpt | 2 -- ext/reflection/tests/bug38217.phpt | 2 -- ext/reflection/tests/bug38465.phpt | 2 -- ext/reflection/tests/bug38653.phpt | 2 -- ext/reflection/tests/bug38942.phpt | 2 -- ext/reflection/tests/bug39001.phpt | 2 -- ext/reflection/tests/bug39067.phpt | 2 -- ext/reflection/tests/bug39884.phpt | 2 -- ext/reflection/tests/bug40431.phpt | 2 -- ext/reflection/tests/bug40794.phpt | 6 ------ ext/reflection/tests/bug41061.phpt | 2 -- ext/reflection/tests/parameters_001.phpt | 2 -- ext/reflection/tests/parameters_002.phpt | 2 -- ext/reflection/tests/property_exists.phpt | 2 -- ext/reflection/tests/reflectionClass_getExtensionName_basic.phpt | 2 +- .../tests/reflectionClass_getExtensionName_variation.phpt | 4 +--- ext/reflection/tests/reflectionClass_getExtension_basic.phpt | 4 ++-- ext/reflection/tests/reflectionClass_getExtension_variation.phpt | 4 +--- ext/reflection/tests/reflectionClass_getInterfaceNames_basic.phpt | 2 -- ext/reflection/tests/reflectionClass_getModifiers_basic.phpt | 4 +--- ext/reflection/tests/reflectionClass_getParentClass.phpt | 2 -- ext/reflection/tests/reflectionClass_hasConstant_basic.phpt | 2 -- ext/reflection/tests/reflectionClass_hasMethod_basic.phpt | 2 -- ext/reflection/tests/reflectionClass_hasProperty_basic.phpt | 2 -- ext/reflection/tests/reflectionClass_isAbstract_basic.phpt | 2 -- ext/reflection/tests/reflectionClass_isFinal_basic.phpt | 2 -- ext/reflection/tests/reflectionClass_isInterface_basic.phpt | 2 -- ext/reflection/tests/reflectionClass_isIterateable_basic.phpt | 2 -- ext/reflection/tests/reflectionClass_isIterateable_variation1.phpt | 2 -- ext/reflection/tests/reflectionProperty_basic1.phpt | 2 -- ext/reflection/tests/reflectionProperty_basic2.phpt | 2 -- ext/reflection/tests/reflectionProperty_constructor_error.phpt | 2 -- ext/reflection/tests/reflectionProperty_error.phpt | 2 -- ext/reflection/tests/reflectionProperty_export_basic.phpt | 2 -- ext/reflection/tests/reflectionProperty_export_error.phpt | 2 -- .../tests/reflectionProperty_getDeclaringClass_variation1.phpt | 2 -- ext/reflection/tests/reflectionProperty_getDocComment_basic.phpt | 2 -- ext/reflection/tests/reflectionProperty_getDocComment_error.phpt | 2 -- ext/reflection/tests/reflectionProperty_getModifiers_basic.phpt | 4 +--- ext/reflection/tests/reflectionProperty_getValue_error.phpt | 2 -- ext/reflection/tests/reflectionProperty_isDefault_basic.phpt | 2 -- ext/reflection/tests/reflectionProperty_setAccessible.phpt | 2 -- ext/reflection/tests/reflectionProperty_setValue_error.phpt | 2 -- ext/reflection/tests/static_properties_002.phpt | 4 +--- 92 files changed, 14 insertions(+), 198 deletions(-) diff --git a/ext/reflection/tests/001.phpt b/ext/reflection/tests/001.phpt index 8e4a487298..f68afc950e 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-- getName()); ===DONE=== --EXPECT-- string(3) "Foo" -===DONE=== \ No newline at end of file +===DONE=== diff --git a/ext/reflection/tests/bug29268.phpt b/ext/reflection/tests/bug29268.phpt index cd8f9b8ed1..d8efc0b06e 100755 --- a/ext/reflection/tests/bug29268.phpt +++ b/ext/reflection/tests/bug29268.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #29268 (__autoload() not called with reflectionProperty->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 efc1ed8eed..dbe157acd6 100644 --- a/ext/reflection/tests/reflectionClass_getExtension_basic.phpt +++ b/ext/reflection/tests/reflectionClass_getExtension_basic.phpt @@ -1,7 +1,7 @@ --TEST-- ReflectionClass::getExtension() method - basic test for getExtension() method --SKIPIF-- - + --CREDITS-- Rein Velt #testFest Roosendaal 2008-05-10 @@ -14,4 +14,4 @@ Rein Velt object(ReflectionExtension)#%d (1) { ["name"]=> string(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 abbaa35f5c..6681c9f316 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 c73aeaa84e..46884ca2ba 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 f7c1c8f10d..63f9542015 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--