whisper-money/tests/Feature/Console
Víctor Falcón 79164345d9
Fix: Ensure demo account is always email-verified (#118)
## Summary
- Ensure `email_verified_at` is set when the demo account is created or
already exists but is unverified
- `email_verified_at` is not in the User model's `$fillable` array, so
set it directly on the model instead of via `create()`/`update()`

## Test plan
- [x] Added test that an existing unverified demo user gets verified on
`demo:reset`
- [x] Added assertion that newly created demo user has
`email_verified_at` set
- [x] All 3 demo reset tests pass
2026-02-13 07:36:54 +01:00
..
ResetDemoAccountCommandTest.php Fix: Ensure demo account is always email-verified (#118) 2026-02-13 07:36:54 +01:00
ResetUserCategoriesCommandTest.php Fix improve testing 2025-11-26 11:52:01 +01:00
SendSubscriptionCancelledEmailCommandTest.php Add subscription cancellation email with manual trigger command (#47) 2025-12-30 20:32:44 +01:00
SendUpdateEmailCommandTest.php fix: delay emails to avoid reaching daily resend limit 2026-01-09 11:11:38 +01:00
SetupMainUserCommandTest.php Command: Setup Main User 2025-11-15 22:16:41 +01:00