The PhpunitTestEngine arcanist test engine, which you would assume to be the default test engine for any new PHP project is broken as it calls phpunit with the '--log-json' option.
--log-json was deprecated in PHPUnit 5.7, and removed in PHPUnit 6.0.0 (2017-02-03)