]> granicus.if.org Git - php/commit
Adding PHPT tests for the ReflectionMethod class.
authorSteve Seear <stevseea@php.net>
Thu, 3 Jan 2008 09:07:07 +0000 (09:07 +0000)
committerSteve Seear <stevseea@php.net>
Thu, 3 Jan 2008 09:07:07 +0000 (09:07 +0000)
commitaf2dfe2e45183ea56a8d74faf578db503f974d71
tree6376c50169f49adb447786e57e4f7fed108c0a0d
parentfdf20a8287172ec74d0acacdd58b9c0c25d670d5
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]