You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: