如何使用 PHPUnit 对 Joomla 1.5 或 1.6 模块进行单元测试?
我找不到有关该主题的教程。在运行单元测试之前,必须加载 Joomla 框架...欢迎提供代码示例,谢谢!
I can not find a tutorial on the subject. Before running the unit test, the Joomla framework must be loaded ... A code example would be welcome, thanks !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能正在寻找官方Joomla 单元测试文档 - 它包含示例测试以及更多可帮助您入门的内容。
You might be looking for the official Joomla Unit Testing Documentation - It contains example tests and more stuff to help you getting started.