Cannot find PHPUnit in include path phpstorm
时间:2016-04-13 20:21:11
收藏:0
阅读:2683
This is the way to do it without using composer, and using your global phpunit.Phpunit now comes with a phar file. My path was/usr/local/Cellar/phpunit/5.0.0/libexec/phpunit-5.0.0.phar
PhpStorm Preferences -> Path to phpunit.phar -> select the phpunit phar
That‘s all, good stuff.
原文:http://www.cnblogs.com/XACOOL/p/5388504.html
评论(0)