phpunit-merger
phpunit-merger copied to clipboard
Merge multiple PHPUnit reports into one file
When using this in a project, the file attribute wasn't being combined properly, if I recall it was set to "0" instead of the proper value. This change seems to...
I've been trying to update a project that includes this package. It doesn't allow SF6 however I don't see any usage that doesn't work with it so I've removed it...
Cannot use phpunit-merger using php ^8.1 Any plan to support php newer version ?
We are using phpunit-merger to merge the result of named testsuites of phpunit. Handling of testsuites with only one testsuite as a child is already handled in case of subtestsuites....
In our current setup, our coverage reports are generated from different systems that use a different absolute path. When merged into a single report, the results don't work out. Feature...
Ive detected that merging of logs doesnt work. You check in your testcase if an file exists but the file contains only `` Check Line 85 to see how its...
Sadly, this package can't be installed on a fresh Symfony 5.4 due to a conflict of version for the symfony/console dependency. While Symfony 5.4 require to use symfony/console 6+, phpunit-merger...
Support later version of packages and PHP 8. (Untested and at your own risk - should be used only as a branch - dev)
Hi, thanks for the package and for sharing it. I have a problem when I try to merge junit logs that where generate in .xml files. Command that I execute...