CareSet / DURC

DURC is reverse CRUD
MIT License
3 stars 2 forks source link

Create a Laravel Artisan Test for the Validation System #62

Open ftrotter opened 4 years ago

ftrotter commented 4 years ago

Create a Laravel command in lore commander that tests that the validator system is working.

This will have to use the php try-catch methodology so that errors generated by the illuminate validation system can be caught and verified to be working correctly.

To facilitate I have created a new table in DURC_aaa (validationTest) that has all of the example rules proposed in #61

The script should attempt to create and save data that is off by one field at a time, until every validation rule is independently tested.

This work cannot begin until #61 has been prototypes.