]> granicus.if.org Git - php/commit
Added tests to for static support of traits.
authorStefan Marr <gron@php.net>
Wed, 17 Nov 2010 23:05:20 +0000 (23:05 +0000)
committerStefan Marr <gron@php.net>
Wed, 17 Nov 2010 23:05:20 +0000 (23:05 +0000)
commit6ad5c889a1a6fef8fbf1d6b00566dd6a31f4cc91
tree55b5ebb45a2e9b26406fed3a730abe04a1a4b16d
parent45189fa8030b8d1df48c9dcfeb49fb119d6b1ab5
Added tests to for static support of traits.
# This was not tested and documented yet.
# Updated documentation in the RFC http://wiki.php.net/rfc/horizontalreuse
Zend/tests/traits/static_001.phpt [new file with mode: 0644]
Zend/tests/traits/static_002.phpt [new file with mode: 0644]
Zend/tests/traits/static_003.phpt [new file with mode: 0644]
Zend/tests/traits/static_004.phpt [new file with mode: 0644]
Zend/tests/traits/static_forward_static_call.phpt [new file with mode: 0644]
Zend/tests/traits/static_get_called_class.phpt [new file with mode: 0644]