Cannot find PHPUnit in include path phpstorm
时间:2016-04-13 20:21:53
收藏:0
阅读:2263
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.
评论(0)