mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 10:17:23 +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);
|
$testSuite = (new LogMerger)->merge($this->junitFiles);
|
||||||
(new Writer)->write(
|
(new Writer)->write(
|
||||||
$testSuite, // @phpstan-ignore-line
|
$testSuite,
|
||||||
$this->options->configuration->logfileJunit(),
|
$this->options->configuration->logfileJunit(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user