Currently we have
<phpunit xmlns="https://schema.phpunit.de/coverage/1.0">
<project source="%s">
<tests>
<test name="..." size="..." status="..."/>
This should be changed to
<phpunit xmlns="https://schema.phpunit.de/coverage/1.0">
<project source="%s">
<tests>
<test name="..." size="..." status="..." time="..."/>
CC @theofidry