我正在使用Codeigniter 3,我在ubuntu中安装了phpunit,但是无法使用phpunit的类获得致命错误。
现在我要检查phpunit是否正确安装?
如果安装了,如何在代码点火器应用程序中使用它?
发布于 2016-11-11 06:05:15
您可以使用PHPUnit与CodeIgniter集成CIUnit。有关为什么需要CIUnit的更多详细信息,请浏览:
Why is CIUnit needed in order to use PHPUnit with CodeIgniter?
要了解更多关于CIUnit的信息,请访问:https://bitbucket.org/kenjis/my-ciunit/overview
集成codeIgniter(3)和PHPUnit:How do I use PHPUnit with CodeIgniter?的示例代码
https://stackoverflow.com/questions/40399282
复制相似问题