respect-validation/tests
Henrique Moody 00f61b9bdc
Move message formatting out of ValidationException
There should not be too much code in the ValidationException. It is hard
to test and debug code in exceptions because PHP does not trace further
than their constructor.

This commit will move the message formatting from ValidationException
into a Formatter class (inside a Message namespace).

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2019-05-12 13:45:38 +02:00
..
fixtures Update PHP support 2018-12-02 11:09:24 +01:00
integration Improve how to customize the Factory 2019-05-12 12:24:44 +02:00
library Move message formatting out of ValidationException 2019-05-12 13:45:38 +02:00
unit Move message formatting out of ValidationException 2019-05-12 13:45:38 +02:00