mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
fix: keeps result from plugin to plugin
This commit is contained in:
@ -133,7 +133,7 @@ final class Command extends BaseCommand
|
||||
|
||||
/** @var AddsOutput $plugin */
|
||||
foreach ($plugins as $plugin) {
|
||||
$plugin->addOutput($this->testSuite, $this->output, $result);
|
||||
$result = $plugin->addOutput($this->testSuite, $this->output, $result);
|
||||
}
|
||||
|
||||
exit($result);
|
||||
|
||||
Reference in New Issue
Block a user