-
-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
junit invalid xml #214
Comments
This issue exists since a long time ;-) By compromise contract I'll fixed all versions impacted :
Caution As PHP 8.1 will stop to be actively supported on November 2024, this is probably the last time, I'll actively support versions On November 2024, I'll marked them as |
Reason of this issue, came from usage of And the format action, see https://github.com/symfony/console/blob/7.1/Formatter/OutputFormatter.php#L115-L166 Fix is pretty easy :
|
@CalianDos Version 9.5.3 has just been released with the fix. Please consider to use it, unless you are on PHP 8.1 platform. But be careful, for previous reasons, other 9.x family versions (that should be fixed soon) will end of active support very soon (less than a month). |
Version 9.4.2 has just been released. PHP 8.1 compatible ! |
As promised, backported fix to version 9.3.2 now available |
As promised, backported fix to version 9.2.1 now available |
As promised, backported fix to version 9.1.3 now available |
Now fix was applied on all branches that we still supported versions (9.1, 9.2, 9.3, 9.4 and 9.5), I'll close this issue report ! |
New Issue
Diagnose
Output of `composer show` command
n/a
Summary
Running
phplint --no-progress --output=phplint.xml --format=junit
and it generates invalid xml..phplint.yml:
Expected behaviour
Proper xml output
Actual behaviour
Note the missing
</error>
close tagThe text was updated successfully, but these errors were encountered: