Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
handle event class missing in tests for older versions of Laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Jul 10, 2021
1 parent 42fc88d commit 39a7076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ScheduledTaskListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
'scheduled task finished' => [ScheduledTaskFinished::class, [1]],
'scheduled task skipped' => [ScheduledTaskSkipped::class, [1]],
'scheduled task failed' => [ScheduledTaskFailed::class, [new Exception('testing')]],
'scheduled backround task finished' => [ScheduledBackgroundTaskFinished::class, []],
'scheduled background task finished' => [ScheduledBackgroundTaskFinished::class, []],
]);

0 comments on commit 39a7076

Please sign in to comment.