gpt4 book ai didi

php - 安装 PHPUnit 的问题

转载 作者:行者123 更新时间:2023-11-28 21:33:33 24 4
gpt4 key购买 nike

所以我已经通过 PEAR 安装了 PHP Unit(所有文件都在那里,我已经检查过了)。但是,当我尝试运行测试时,我得到:

警告:require_once(PHPUnit/Framework.php) [function.require-once]:无法打开流:第 2 行的 C:\WAMP\www\ExampleTests\arraytest.php 中没有这样的文件或目录

我猜这与我的 PHPUnit 安装没有正确更新 include_path 有关,但我不太确定要将其更新到什么位置?

我在 Windows (7) 上使用 WAMP。

干杯!

编辑:PHP.ini 的底部包含:

;***** Added by go-pear
include_path=".;C:\WAMP\bin\php\php5.3.10\pear"
;*****

我也得到了错误:

Fatal error: require_once() [function.require]: Failed opening required 'PHPUnit/Framework.php' (include_path='.;C:\php\pear')

但是,查看 PHP.ini 后,没有指向 C:\php\pear 的包含路径?

最佳答案

PHPUnit 3.6+ 不提供 PHPUnit/Framework.php 并且您不需要在测试中要求它来使 phpunit 工作。

只需删除 require 调用即可完成工作。

关于php - 安装 PHPUnit 的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9952588/

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