]> granicus.if.org Git - php/commit
reflectionObject tests
authorZoe Slattery <zoe@php.net>
Thu, 12 Jul 2007 21:03:39 +0000 (21:03 +0000)
committerZoe Slattery <zoe@php.net>
Thu, 12 Jul 2007 21:03:39 +0000 (21:03 +0000)
commit55ff728d73b950402490b70f3660fbbadf2270a6
tree2ed92bfd5c19234ebb1fe737c55fc19302e96b48
parentaf88e0b52c5d1121930e0f3de0890566e7bcf13a
reflectionObject tests
24 files changed:
ext/reflection/tests/reflectionObject_FileInfo_basic.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_FileInfo_error.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_constructor_basic.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_constructor_error.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_getConstant_basic.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_getConstant_error.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_getConstants_basic.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_getConstants_error.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_getConstructor_basic.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_getConstructor_error.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_getName_basic.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_getName_error.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_getName_error1.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_isInstance_basic.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_isInstance_error.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_isInstantiable_basic.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_isInstantiable_error.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_isInstantiable_variation.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_isInternal_basic.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_isInternal_error.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_isSubclassOf_basic.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_isSubclassOf_error.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_isUserDefined_basic.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionObject_isUserDefined_error.phpt [new file with mode: 0644]