How can I unit test a Joomla 1.5 or 1.6 module with PHPUnit?

纵饮孤独 提交于 2020-01-05 07:41:40

问题


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 !


回答1:


You might be looking for the official Joomla Unit Testing Documentation - It contains example tests and more stuff to help you getting started.



来源:https://stackoverflow.com/questions/6559553/how-can-i-unit-test-a-joomla-1-5-or-1-6-module-with-phpunit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!