lundi 1 février 2016

phpunit with HHVM 3.11

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

  1. why it's printing this command instead of just running the tests
  2. 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