Closed glennforrest closed 1 year ago
Somewhat similar to how Mail::assertSent(callback()) works
Mail::assertSent(callback())
As per #21 this could be handled as an optional param to the assertSchedule method
assertSchedule
Covered via https://github.com/hatchetaustralia/laravel-schedule-testing/pull/25
Somewhat similar to how
Mail::assertSent(callback())
works