squizlabs / PHP_CodeSniffer

PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
BSD 3-Clause "New" or "Revised" License
10.66k stars 1.48k forks source link

Add file attribute to JUnit report testcase element #3926

Open el7cosmos opened 10 months ago

el7cosmos commented 10 months ago

Description

This PR add file attribute in the <testcase> element so that GitLab's JUnit report can show a link to the related file.

Suggested changelog entry

Related issues/external references

Related to #2964

Types of changes

PR checklist