我有zf1项目,我想填充代码单元测试,所以我按照https://codeception.com/docs/modules/ZF1上的说明进行操作。
在我过于具体之前,有人可以在运行测试时澄清此错误消息:
include_once(): Failed opening 'Codeception/Subscriber/Zend/Controller/Front.php' for inclusion (include_path='/var/www/html/application/../library:/var/www/html/application/plugins:/var/www/html/application/models:/var/www/html/vendor/zendframework/zendframework1/library:/var/www/html/vendor/zendframework/zendframework1/library:.:/usr/local/lib/php')
它说,找不到Codeception/Subscriber/Zend/Controller/Front.php
。
我通过composer安装了代码,所以我查看了vendor文件夹,但是没有'这样的文件。怎么会这样呢?