removes non reported error

This commit is contained in:
Nuno Maduro
2024-10-15 15:34:49 +01:00
parent 61b6b8c7d9
commit d454a36a48

View File

@ -391,7 +391,7 @@ final class WrapperRunner implements RunnerInterface
$testSuite = (new LogMerger)->merge($this->junitFiles);
(new Writer)->write(
$testSuite, // @phpstan-ignore-line
$testSuite,
$this->options->configuration->logfileJunit(),
);
}