Klaus

HHVM code coverage

 Mon, 23 Jan 2017 23:08:15 +0100 
$ ./vendor/bin/phpunit -c tests/phpunit-$DB.xml
PHPUnit 5.7.6 by Sebastian Bergmann and contributors.
Runtime:       PHP 7.1.0 with Xdebug 2.5.0
Configuration: /home/travis/build/redmatrix/hubzilla/tests/phpunit-mysql.xml
...............II......                                           23 / 23 (100%)

Time: 23.76 seconds, Memory: 12.00MB


$ ./vendor/bin/phpunit -c tests/phpunit-$DB.xml
PHPUnit 5.7.6 by Sebastian Bergmann and contributors.
Runtime:       HHVM 3.17.1
Configuration: /home/travis/build/redmatrix/hubzilla/tests/phpunit-mysql.xml
Error:         No code coverage driver is available
...............II......                                           23 / 23 (100%)

Time: 40.38 minutes, Memory: 26.87MB

#WTF?!?

$ ./vendor/bin/phpunit -c tests/phpunit-$DB.xml
PHPUnit 5.7.6 by Sebastian Bergmann and contributors.
Runtime:       HHVM 3.17.1 with Xdebug
Configuration: /home/travis/build/redmatrix/hubzilla/tests/phpunit-mysql.xml
...............I

The job exceeded the maximum time limit for jobs, and has been terminated.