问题
How could I run my unit tests in PhpStorm 8 with HHVM as its interpreter?
PhpStorm 8 supports PHPUnit 4 which that supports HHVM and I could run my test suite on termianl with HHVM but I do not know how to config PhpStorm 8 in order to run my unit tests with HHVM.
回答1:
Now by PHPStorm 8.0.2 it becomes possible:
Under the PHP setting, add a new interpreter located in /usr/bin/hhvm
or /usr/local/bin/hhvm
来源:https://stackoverflow.com/questions/26036090/how-to-setup-hhvm-for-phpunit-in-phpstorm