How to setup HHVM for PHPUnit in PhpStorm 8 Follow
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.
Please sign in to leave a comment.
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