TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
PHP Unit testign
1 点
作者
amrithk
大约 17 年前
Interested to know what tools people use/recommend for unit testing for PHP? What do people think about PHPUnit?
1 comment
Maascamp
大约 17 年前
PHPUnit is easy to install and implement. Writing unit tests is a simple matter of extending the test case class and throwing your logic in the function.<p>Would recommend.