Valinor/tests/Integration/Mapping/Object
Romain Canon 05cf4a4a4d feat: improve mapping error messages
Enhances most of the messages for the end users.

Two major changes can be noticed:

1. In most cases no class name will be written in the message; it
   prevents users that potentially have no access to the codebase to
   get a useless/unclear information.

2. The input values are now properly formatted; for instance a string
   value will now be written directly instead of the type `string`;
   arrays are also handled with the array shape format, for instance:
   `array{foo: 'some string'}`.
2022-05-21 16:30:24 +02:00
..
ArrayValuesMappingTest.php feat: improve mapping error messages 2022-05-21 16:30:24 +02:00
DateTimeMappingTest.php feat: improve mapping error messages 2022-05-21 16:30:24 +02:00
EnumValuesMappingTest.php feat!: allow mapping to any type 2022-01-02 00:48:01 +01:00
GenericValuesMappingTest.php misc: bump dev-dependencies 2022-05-06 14:00:43 +02:00
IterableValuesMappingTest.php feat!: allow mapping to any type 2022-01-02 00:48:01 +01:00
ListValuesMappingTest.php feat: improve mapping error messages 2022-05-21 16:30:24 +02:00
LocalTypeAliasMappingTest.php feat!: allow mapping to any type 2022-01-02 00:48:01 +01:00
ObjectValuesMappingTest.php feat: improve mapping error messages 2022-05-21 16:30:24 +02:00
ScalarValuesMappingTest.php feat: improve mapping error messages 2022-05-21 16:30:24 +02:00
ShapedArrayValuesMappingTest.php feat: improve mapping error messages 2022-05-21 16:30:24 +02:00
UnionOfObjectsMappingTest.php feat!: introduce method to register constructors used during mapping 2022-03-24 13:03:55 +01:00
UnionValuesMappingTest.php feat: handle literal boolean true / false types 2022-05-09 21:14:46 +02:00