0
我一直在嘗試在PhpStorm 8.0.1中安裝PHPUnit,但沒有運氣。我下載phpunit.phar和路徑設置爲PhpStorm的設置中藥業以及一個PHPUnit的配置文件,但是當我嘗試運行測試失敗,出現以下的輸出:PHPStorm 8.0.1和PHPUnit.phar
/usr/bin/php /tmp/ide-phpunit.php --no-configuration MyTest /project/MyTest.php
Testing started at 9:31 PM ...
Process finished with exit code 1
Cannot find PHPUnit in include path (.:/usr/share/pear)
我不是專家,但它似乎並不像它使用phpunit.phar,因爲當我運行
$ phpunit
在終端中測試運行正常。
當您使用PHPUnit的作爲藥業..然後你應該告訴PhpStorm在哪裏可以找到你的'phpunit.phar'文件(例如圖片#4:https://confluence.jetbrains.com/display/PhpStorm/PHPUnit+support+in+PhpStorm) – LazyOne