How to setup HHVM for PHPUnit in PhpStorm

血红的双手。 提交于 2019-12-23 20:28:00

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!