Skip to content

Add test execution time to <test> elements under projects/tests in the XML reports index file #1126

@sebastianbergmann

Description

@sebastianbergmann

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

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions