whisper-money/tests/Feature/Auth
Víctor Falcón fde5405777
fix(user): persist detected timezones (#296)
## Summary
- store browser-detected IANA timezones on users during registration and
share the value to the frontend
- silently backfill missing timezones for authenticated users without
overwriting existing saved values
- add focused feature coverage for registration, shared props, and the
timezone backfill endpoint

## Testing
- php artisan test --compact tests/Feature/Auth/RegistrationTest.php
tests/Feature/InertiaSharedDataTest.php
tests/Feature/Settings/TimezoneTest.php
- npm test -- resources/js/utils/currency.test.ts
2026-04-16 11:36:57 +01:00
..
AuthenticationTest.php E2E Encryption 2025-11-07 14:21:25 +00:00
EmailVerificationTest.php feat: Enable email verification on sign up (#97) 2026-02-03 10:15:07 +01:00
PasswordConfirmationTest.php E2E Encryption 2025-11-07 14:21:25 +00:00
PasswordResetTest.php E2E Encryption 2025-11-07 14:21:25 +00:00
RegistrationTest.php fix(user): persist detected timezones (#296) 2026-04-16 11:36:57 +01:00
TwoFactorChallengeTest.php E2E Encryption 2025-11-07 14:21:25 +00:00
VerificationNotificationTest.php feat: Enable email verification on sign up (#97) 2026-02-03 10:15:07 +01:00