]> granicus.if.org Git - php/commit
Adding PHPT tests for the ReflectionProperty class.
authorSteve Seear <stevseea@php.net>
Tue, 18 Dec 2007 17:20:05 +0000 (17:20 +0000)
committerSteve Seear <stevseea@php.net>
Tue, 18 Dec 2007 17:20:05 +0000 (17:20 +0000)
commitfd81f61e0d7456aa298fd53effa17235b5923530
tree8a5c13dcbbd3ca6544c487a89c8c96325117e3a3
parenta68454f659c0cdfbdef1be09b1e0fd3a7db368c1
Adding PHPT tests for the ReflectionProperty class.
13 files changed:
ext/reflection/tests/reflectionProperty_basic1.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionProperty_basic2.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionProperty_constructor_error.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionProperty_error.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionProperty_export_basic.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionProperty_export_error.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionProperty_getDeclaringClass_variation1.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionProperty_getDocComment_basic.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionProperty_getDocComment_error.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionProperty_getModifiers_basic.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionProperty_getValue_error.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionProperty_isDefault_basic.phpt [new file with mode: 0644]
ext/reflection/tests/reflectionProperty_setValue_error.phpt [new file with mode: 0644]