mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
removes non reported error
This commit is contained in:
@ -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(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user