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

Allow for general testing of the scheduled event class. #21

Closed hatchetaustralia closed 1 year ago

hatchetaustralia commented 1 year ago

Most likely a second param to assertSchedule that would then run an assertion similar to things like Mail::assertSent('class', CALLBACK)

$this->assertSchedule('command', fn ($event) => $logicGoesHere == true)
hatchetaustralia commented 1 year ago

Already an issue open for this one: https://github.com/hatchetaustralia/laravel-schedule-testing/issues/17