TIDE/backend/tests/Fakes
Yisroel Baum 298b8634ec
extend User entity with displayname and email confirmation
Add display_name (unique) and email_confirmed_at columns plus
matching getters, DTO fields, repo methods (findByDisplayName,
update), and migration. Existing auth tests updated to construct
User with the new params.
2026-05-06 22:03:19 +03:00
..
FakeClock.php add auth utility interfaces and impls 2026-05-06 15:11:19 +03:00
FakePasswordHasher.php add auth utility interfaces and impls 2026-05-06 15:11:19 +03:00
FakePostRepository.php add Post persistence: model, migration, eloquent + fake repo 2026-05-06 15:22:22 +03:00
FakeSessionRepository.php add Session entity, persistence, fake 2026-05-06 15:12:07 +03:00
FakeTokenGenerator.php add auth utility interfaces and impls 2026-05-06 15:11:19 +03:00
FakeUserRepository.php extend User entity with displayname and email confirmation 2026-05-06 22:03:19 +03:00