Following the accepted answer to Running phpunit tests using HHVM (HipHop), I attempted to run some tests:
unit-tests/ [develop] > hhvm $(which phpunit) --colors -c phpunit.xml --testsuite all .
/usr/bin/env php -d allow_url_fopen=On -d detect_unicode=Off /usr/local/Cellar/phpunit/4.3.4/libexec/phpunit-4.3.4.phar $*
It appears that this is a command to run the tests (which it does), but I'm confused about
- why it's printing this command instead of just running the tests
- whether executing that command even uses HHVM, since it starts with
/usr/bin/env php
...
Does anyone have any insight into this? Thanks so much!
Aucun commentaire:
Enregistrer un commentaire