I am trying to run PHPUnit unit tests via HHVM on a virtual Ubuntu 12.04 (64-bit Server) install. The tests usually run using a phpunit.xml file located in my tests directory, w
Just a note to add to @cabbey's asnwer: you can set the IncludeSearchPaths value using the -v option:
IncludeSearchPaths
-v
hhvm -v Server.IncludeSearchPaths.share=/usr/share/php/ $(which phpunit) MyTests.php