]> granicus.if.org Git - php/commit
Adding PHPT tests for the ReflectionMethod class.
authorSteve Seear <stevseea@php.net>
Thu, 3 Jan 2008 09:06:08 +0000 (09:06 +0000)
committerSteve Seear <stevseea@php.net>
Thu, 3 Jan 2008 09:06:08 +0000 (09:06 +0000)
commit425646f98b6ce9c0244cea5117d747e5c20369df
tree578186b01965046ddfb9faf457d9d619759eb6ee
parent02967f7040f493192b71908a5dc47f83e6a18531
Adding PHPT tests for the ReflectionMethod class.
18 files changed:
ext/reflection/tests/ReflectionMethod_basic1.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_basic2.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_basic3.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_basic4.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_constructor_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_getDeclaringClass_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_getDocComment_error.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_getStaticVariables_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_invokeArgs_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_invokeArgs_error1.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_invokeArgs_error2.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_invokeArgs_error3.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_invoke_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_invoke_error1.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_invoke_error2.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_returnsReference_basic.phpt [new file with mode: 0644]