mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 17:57:23 +01:00
Adds assignees
This commit is contained in:
@ -56,6 +56,13 @@ final class TestCaseMethodFactory
|
||||
*/
|
||||
public array $issues = [];
|
||||
|
||||
/**
|
||||
* The test assignees.
|
||||
*
|
||||
* @var array<int, string>
|
||||
*/
|
||||
public array $assignees = [];
|
||||
|
||||
/**
|
||||
* The associated PRs numbers.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user