开发者

How to test a custom Zend_Form with PHPUnit?

开发者 https://www.devze.com 2023-01-21 19:48 出处:网络
Does anyone have an example of how to test a custom Zend_Form that extend from that class with PHPUnit?? I may need to test the construct and the in开发者_StackOverflow中文版it... where i\'m adding el

Does anyone have an example of how to test a custom Zend_Form that extend from that class with PHPUnit?? I may need to test the construct and the in开发者_StackOverflow中文版it... where i'm adding elements to the My_Custom_Zend_Form.


There was a recent screencast at zendcasts.com called Unit Testing Zend_Form. Could it be of any help?

0

精彩评论

暂无评论...
验证码 换一张
取 消