Skip to content

feat: Adds shareContext to LogFake #267

feat: Adds shareContext to LogFake

feat: Adds shareContext to LogFake #267

Triggered via pull request May 19, 2024 22:29
Status Failure
Total duration 36s
Artifacts

main.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Check
Process completed with exit code 1.
Check: src/LogFake.php#L245
Escaped Mutant for Mutator "UnwrapArrayMerge": --- Original +++ New @@ @@ foreach ($this->channels as $channel) { $channel->withContext($context); } - $this->sharedContext = array_merge($this->sharedContext, $context); + $this->sharedContext = $context; return $this; } }