We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4009f19 commit 6c918a9Copy full SHA for 6c918a9
src/PhpunitMerger/Command/LogCommand.php
@@ -82,7 +82,7 @@ private function addTestSuites(\DOMElement $parent, array $testSuites)
82
foreach ($testSuites as $testSuite) {
83
if (empty($testSuite['@attributes']['name'])) {
84
if (!empty($testSuite['testsuite'])) {
85
- $this->addTestSuites($parent, $testSuite['testsuite']);
+ $this->addTestSuites($parent, $testSuite);
86
}
87
continue;
88
0 commit comments