Intervention / validation

Missing Laravel Validation Rules
https://validation.intervention.io
MIT License
558 stars 65 forks source link

Added the test value as test message so it is returned when a test fails #39

Closed topjor closed 3 years ago

topjor commented 3 years ago

I have added a message to the test cases in the rule tester so that when a test fails, it also outputs which value(s) failed the test. (non strings are cast to strings so no errors will occur if the value to test is not a string)

olivervogel commented 3 years ago

Good idea. Thank you.