我在我的 codeigniter 项目中使用 HMVC,因为使用它有助于将我的模块组合在一起,以便更好地组织代码。
当我按照如何将 PHPUnit (CIUnit) 与 CodeIgniter 2.1.0 一起使用的 kenjis 教程将 CIunit 与 codeigniter 集成时,当我尝试运行测试时出现错误。
我收到以下错误:
[CIUnit] PHP Error: Notice - Trying to get property of non-object File Path: MX/Loader.php (line: 48)
PHP Fatal error: Call to a member function fetch_module() on a non-object in E:\xampp\htdocs\Project\application\third_party\MX\Loader.php on line 48
我从CIUnit + HMVC Issue阅读了 kenjis 的评论。
然而,他说整合它们是“丑陋的”,而不是“不可能”。有没有人完成这个集成并让 CIUnit 和 HMVC 一起工作?
提前致谢。