CodeIgniter 中的单元测试和功能测试
CodeIgniter有没有测试框架?
Is there any testing framework for CodeIgniter?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
CodeIgniter有没有测试框架?
Is there any testing framework for CodeIgniter?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
您可以尝试内置的单元测试框架,也可以看看这个帖子
You can try the builtin Unit testing framework, take a look as well at this post
只是一个简单的
Just a simple one
目前 codeigniter 没有完全支持的单元测试。如果您在 github 存储库上,但是社区正在致力于将 phpunit 添加到核心中。我建议克隆该存储库并从那里开始。
Currently codeigniter doesn't have full supported unit testing. If your on the github repo however there is a branch the community is working on to add phpunit to the core. I would suggest cloning that repo and starting from there.