大家好我對這個問題經歷了許多相關的問題,但我仍然無法得到解決方案。我已經安裝了Zend Server
。現在我想安裝PHPunit
。我已安裝pear
,然後安裝PHPUnit
。在zend服務器上安裝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 = ".;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.
有人請告訴我我做錯了什麼和設置這個包括路徑?
問候:-)
嘗試刪除調試代碼PHPUnit.bat在Windows – opHASnoNAME
添加到您的Systempath下你真的確認PHPUnit的可以在'C發現:\某某\ Zend的\ ZendServer對其進行訪問\ BIN \ PEAR \梨'目錄?如果您查看該目錄,您應該看到一個名爲PHPUnit的目錄,並且它應該是PHPUnit php src文件。我問,因爲PHPUnit與* bin *目錄是不常見的。 –
@BullfrogBlues是的,我很確定:-) –