unverified()->create(); $action = new ResendVerificationEmail(); $action->execute($user); Notification::assertSentTo($user, VerifyEmailNotification::class); });