trypost/tests/Feature/Auth
Paulo Castellano 3e15144399 chore: remove unused Pennant package and dead user-timezone handling
Pennant: all feature flags were replaced by BillingCycle, so remove the package
(composer), the now-empty app/Features discovery, the pennant-development skill,
and replace the create_features_table migration with a drop_features_table.

Timezone: the registration flow collected a user timezone (seeder, request
validation, hidden field) but no timezone column ever existed and CreateUser
discarded it. Remove the dead handling, the orphaned Timezone rule, and the
tests that covered the now-removed validation.
2026-06-22 13:37:38 -03:00
..
AuthenticationTest.php test(auth): cover remaining surfaces of the registration gate 2026-05-19 12:03:41 -03:00
ConnectProviderTest.php revert: keep one OAuth callback URL per provider 2026-05-04 19:42:13 -03:00
EmailVerificationTest.php refactor: settings redesign, Spanish translations, language system, strict_types 2026-03-30 00:20:43 -03:00
PasswordResetTest.php refactor: settings redesign, Spanish translations, language system, strict_types 2026-03-30 00:20:43 -03:00
RegistrationTest.php chore: remove unused Pennant package and dead user-timezone handling 2026-06-22 13:37:38 -03:00
SignupRequiresCheckoutTest.php chore: remove unused Pennant package and dead user-timezone handling 2026-06-22 13:37:38 -03:00
SignupUtmTrackingTest.php feat(auth): self-hosted registration gate + admin seeder (closes #46) 2026-05-19 11:45:16 -03:00
VerificationNotificationTest.php refactor: settings redesign, Spanish translations, language system, strict_types 2026-03-30 00:20:43 -03:00