Valinor/tests/Integration/Mapping
Romain Canon bf445b5364 fix: allow trailing comma in shaped array
Allows the following syntax:

```php
/**
 * @var array{
 * 	   foo: string,
 *     bar: int,
 * }
 */
 ```
2022-08-30 21:20:28 +02:00
..
Attribute misc: change ObjectBuilderFactory::for return signature 2022-08-29 23:09:15 +02:00
Fixture feat: handle literal boolean true / false types 2022-05-09 21:14:46 +02:00
Message feat!: make mapper more strict and allow flexible mode 2022-06-23 10:30:36 +02:00
Object fix: allow trailing comma in shaped array 2022-08-30 21:20:28 +02:00
Other feat!: make mapper more strict and allow flexible mode 2022-06-23 10:30:36 +02:00
Source feat: allow injecting a cache implementation that is used by the mapper 2022-05-23 20:28:02 +02:00
ConstructorRegistrationMappingTest.php feat: introduce attribute DynamicConstructor 2022-08-30 15:15:41 +02:00
ExceptionFilteringTest.php feat!: filter userland exceptions to hide potential sensible data 2022-07-08 13:58:48 +02:00
InterfaceInferringMappingTest.php feat!: filter userland exceptions to hide potential sensible data 2022-07-08 13:58:48 +02:00
MappingErrorTest.php test: use exception expectation API for mapping error test 2022-07-27 08:18:41 +02:00
ReadonlyMappingTest.php feat: allow injecting a cache implementation that is used by the mapper 2022-05-23 20:28:02 +02:00
SingleNodeMappingTest.php feat!: make mapper more strict and allow flexible mode 2022-06-23 10:30:36 +02:00
ValueAlteringMappingTest.php feat: allow injecting a cache implementation that is used by the mapper 2022-05-23 20:28:02 +02:00
VariadicParameterMappingTest.php feat: allow injecting a cache implementation that is used by the mapper 2022-05-23 20:28:02 +02:00