Fixes test suite

This commit is contained in:
Nuno Maduro
2024-04-27 11:36:22 +01:00
parent f49d1e0e18
commit cfa00da885
15 changed files with 161 additions and 51 deletions

View File

@ -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.