0
我使用藥業安裝PHPUnit的,這裏所描述的,http://phpunit.de/manual/3.8/en/installation.htmlPHPUnit的,和的Phar沒有這樣的文件或目錄
當我執行phpunit --version
它工作正常。當我嘗試卻以執行測試,它給了我下面的錯誤:
PHP Warning: require(PHPUnit/Autoload.php): failed to open stream: No such file or directory in (blah, blah, blah)...
的藥業被安裝在/ usr/local/bin目錄(推薦),我在PHP中添加此路徑的include_path .ini爲cli。
任何想法?
您的包含路徑現在看起來如何? – cweiske
cweiske,我退出並使用PEAR安裝。問題解決了。 –
要麼刪除你的問題,要麼將你的評論添加爲答案。 – cweiske