Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/string/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Debugging 如何调试失败的HHVM phpunit?_Debugging_Phpunit_Hhvm - Fatal编程技术网

Debugging 如何调试失败的HHVM phpunit?

Debugging 如何调试失败的HHVM phpunit?,debugging,phpunit,hhvm,Debugging,Phpunit,Hhvm,我正在尝试运行我们的HHVM。不幸的是,它不起作用。PHPunit启动,然后在不运行单个测试的情况下退出(退出代码255)。没有任何错误信息,我不知道如何找出错误: $> hhvm phpunit.phar PHPUnit 4.4.1 by Sebastian Bergmann. Configuration read from /home/splitbrain/public_html/dw-2014-01-07/_test/phpunit.xml $> echo $? 255

我正在尝试运行我们的HHVM。不幸的是,它不起作用。PHPunit启动,然后在不运行单个测试的情况下退出(退出代码255)。没有任何错误信息,我不知道如何找出错误:

$> hhvm phpunit.phar 
PHPUnit 4.4.1 by Sebastian Bergmann.

Configuration read from /home/splitbrain/public_html/dw-2014-01-07/_test/phpunit.xml

$> echo $?
255
我试着运行单个测试文件,但使用哪一个似乎无关紧要。我的猜测是,我们的引导出现了一些问题,但我不知道如何找出原因


有没有办法让HHVM日志成为函数调用跟踪或类似的东西,以便在它退出之前找出最后发生了什么?

您检查过HHVM的日志了吗?有什么与此相关的吗?没有找到日志。(这是从命令行运行的)