TIDE/backend/tests/Unit
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
..
Auth extend User entity with displayname and email confirmation 2026-05-06 22:03:19 +03:00
Post/UseCases test DeletePost use case 2026-05-06 15:26:28 +03:00
Shared/ValueObject test EmailAddress value object 2026-05-06 14:52:14 +03:00
User test User entity displayname and email confirmation 2026-05-06 22:00:22 +03:00
ExampleTest.php scaffold laravel 12 backend 2026-05-06 14:46:41 +03:00