Laravel, PHP, Programming, Testing How To Write Tests For a Custom Laravel Validation Rule By Nick Escobedo January 23, 2020 4 min read Leave a comment In Laravel, PHP, Programming, Testing 3400 views Scenario Our form is expecting user input from a specific field is typed in all capital letters so we have a custom validation rule to check if the input is uppercase. Writing tests for a custom Laravel validation rule is ... Read more