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