Add test coverage for schedules

This commit is contained in:
Dane Everitt 2020-06-28 13:50:07 -07:00
parent 63bc4080d5
commit b9a451b528
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
7 changed files with 414 additions and 2 deletions

View file

@ -21,7 +21,7 @@ class StoreScheduleRequest extends ViewScheduleRequest
{
return [
'name' => 'required|string|min:1',
'is_active' => 'boolean',
'is_active' => 'filled|boolean',
'minute' => 'required|string',
'hour' => 'required|string',
'day_of_month' => 'required|string',