大家好我已经解决了这个问题的许多相关问题,但我仍然无法得到解决方案。我已经安装了Zend Server
。现在我想安装PHPunit
. 我已经安装pear
然后安装了PHPUnit
.
我的 Zend 服务器安装在
C:\xyz\zend\ZendServer
我的梨安装在
C:\xyz\zend\ZendServer\bin\PEAR
PHPunit 安装在
C:\xyz\zend\ZendServer\bin\PEAR\pear\PHPUnit
我已经为变量添加了pear
路径甚至 PHPUnit 路径。Envrionmental PATH
然后我打开php.ini
位于
C:\xyz\zend\ZendServer\etc
并将 include_path 设置为
include_path = ".;c:\php\includes;c:\xyz\zend\ZendServer\bin\PEAR\pear;c:\xyz\zend\ZendServer\bin\PEAR\pear\PHPUnit"
现在,当我在 cmd 运行命令创建 zend 项目时,项目已创建,但我也发现了这个注释
Testing Note: PHPUnit was not found in your include_path, therefore no testing action will be created.
有人请告诉我我做错了什么以及在哪里设置这个包含路径???
最好的祝福 :-)