hatchetaustralia / laravel-schedule-testing

A lightweight package for testing Laravel schedules.
https://hatchetaustralia.github.io/laravel-schedule-testing/
Other
1 stars 0 forks source link

Ability to inspect the schedule event directly and return true/false for a test #17

Closed glennforrest closed 1 year ago

glennforrest commented 1 year ago

Somewhat similar to how Mail::assertSent(callback()) works

hatchetaustralia commented 1 year ago

As per #21 this could be handled as an optional param to the assertSchedule method

glennforrest commented 1 year ago

Covered via https://github.com/hatchetaustralia/laravel-schedule-testing/pull/25