chore: fixes test suite

This commit is contained in:
Nuno Maduro
2021-03-13 11:06:34 +00:00
parent 1f39b8d239
commit 3589f3d5e7
4 changed files with 4 additions and 1 deletions

View File

@ -142,6 +142,7 @@ final class TestCaseFactory
$proxies->proxy($this);
$chains->chain($this);
/* @phpstan-ignore-next-line */
return call_user_func(Closure::bind($factoryTest, $this, get_class($this)), ...func_get_args());
};