Valinor/tests/Unit/Definition
Romain Canon 1a599b0bdf misc!: change Attributes::ofType return type to array
There was no benefits having the return type as `iterable`, but it would
make it harder to use the result of the method.
2022-03-17 21:15:11 +01:00
..
Repository feat: introduce function definition repository 2022-02-19 19:58:28 +01:00
AttributesContainerTest.php misc!: change Attributes::ofType return type to array 2022-03-17 21:15:11 +01:00
ClassDefinitionTest.php refactor: remove unnecessary ClassSignature 2022-01-25 18:32:28 +01:00
CombinedAttributesTest.php feat: initial release 2021-11-28 18:21:56 +01:00
DoctrineAnnotationsTest.php feat: initial release 2021-11-28 18:21:56 +01:00
EmptyAttributesTest.php feat: initial release 2021-11-28 18:21:56 +01:00
FunctionsContainerTest.php misc: introduce functions container to wrap definition handling 2022-03-17 21:12:16 +01:00
MethodDefinitionTest.php feat: initial release 2021-11-28 18:21:56 +01:00
MethodsTest.php feat: initial release 2021-11-28 18:21:56 +01:00
NativeAttributesTest.php feat: initial release 2021-11-28 18:21:56 +01:00
ParameterDefinitionTest.php feat: handle variadic parameters in constructors 2022-02-19 20:17:03 +01:00
ParametersTest.php feat: introduce method to get parameter by index 2022-02-19 19:58:28 +01:00
PropertiesTest.php feat: initial release 2021-11-28 18:21:56 +01:00
PropertyDefinitionTest.php feat: initial release 2021-11-28 18:21:56 +01:00