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

not() assertion modifier #19

Open hatchetaustralia opened 1 year ago

hatchetaustralia commented 1 year ago

Develop a ->not() modifier which will reverse the assertion made subsequently.

For example ->not()->hasTimezone('Australia/Perth');