Initial working draft

This commit is contained in:
luke
2021-08-05 13:13:53 +01:00
parent d1a9e0bbe3
commit 0a3991c314
6 changed files with 537 additions and 2 deletions

View File

@ -29,7 +29,7 @@ final class TestRepository
/**
* @var array<string, TestCaseFactory>
*/
private $state = [];
public $state = [];
/**
* @var array<string, array<int, array<int, string|Closure>>>