mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 17:27:22 +01:00
Fixes test suite
This commit is contained in:
@ -29,9 +29,9 @@ final class TestCaseFactory
|
||||
/**
|
||||
* The list of attributes.
|
||||
*
|
||||
* @var iterable<int, Attribute>
|
||||
* @var array<int, Attribute>
|
||||
*/
|
||||
public iterable $attributes = [];
|
||||
public array $attributes = [];
|
||||
|
||||
/**
|
||||
* The FQN of the Test Case class.
|
||||
|
||||
Reference in New Issue
Block a user