gpt4 book ai didi

kohana - PHPUnit + Kohana : Undefined index: HTTP_HOST

转载 作者:行者123 更新时间:2023-12-01 09:08:40 25 4
gpt4 key购买 nike

尝试在我的 Kohana 2.3.4 安装上运行 PHPUnit:

phpunit --colors --bootstrap=index.php ../../modules/phpunit/libraries/Tests.php

我的一个模块出错:

<p><tt>modules/core/helpers/MY_url.php <strong>[118]:</strong></tt></p>
<p><code class="block">Undefined index: HTTP_HOST</code></p>

我意识到这种情况正在发生,因为我正在通过命令行进行,因此不会设置 HTTP_HOST。有没有办法在不重写该模块中的 HTTP_HOST 的情况下解决这个问题?我知道我可以将其重写为 exec(hostname),但我试图避免在我的代码中重写 HTTP_HOST 的每个实例。

您能想到什么解决方法?

最佳答案

如果您处于 cli 模式,则快速而肮脏的解决方法是在 Bootstrap 中设置值。

“更好”的方法是在测试的 setUp 方法中设置它

关于kohana - PHPUnit + Kohana : Undefined index: HTTP_HOST,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3874317/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com