我将 Codeception 与 Laravel 4 一起使用。特别是我尝试使用 remote code coverage ,以便我可以在代码覆盖率结果中包含验收测试。
配置了带有remote_enable的XDebug,并安装了 c3.php 并将其包含在' public / index.php'。
在Windows上,一切都按预期工作。但是在Ubuntu 12.04 LTS(PHP5.4)上我得到了这个例外:
[ErrorException] file_get_contents(http://localhost/c3/report/clear):
failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error
我做错了什么?
答案 0 :(得分:1)
这很容易解决。从index.php中包含c3.php时,路径中出错。 Apache错误日志明确了这一点。