mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
pr
This commit is contained in:
@ -463,7 +463,7 @@ final class TestCall
|
||||
|
||||
$number = array_map(fn (string|int $number): int => (int) ltrim((string) $number, '#'), $number);
|
||||
|
||||
$this->testCaseMethod->prs = array_unique(array_merge($this->testCaseMethod->issues, $number));
|
||||
$this->testCaseMethod->prs = array_unique(array_merge($this->testCaseMethod->prs, $number));
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user