Fix issue with missing registered factory

This commit is contained in:
Jaapio
2022-11-14 22:00:05 +01:00
parent ec81b5479a
commit 29e383a759
3 changed files with 48 additions and 0 deletions
@@ -95,6 +95,18 @@ final class MethodFactoryTest extends TagFactoryTestCase
[new MethodParameter('a', new Mixed_())]
),
],
[
'@method void setInteger(integer $integer)',
new Method(
'setInteger',
[],
new Void_(),
false,
new Description(''),
false,
[new MethodParameter('integer', new Integer())]
),
],
[
'@method myMethod($a = 1)',
new Method(