TIDE/backend/tests
yisroel adc60a8059
test CreateSession use case
4 cases: returns Session with the generated token + supplied
user; createdAt matches injected Clock now; expiresAt is now+7d;
session is findable via SessionRepository->findByToken. fails
red - CreateSession class missing.
2026-05-06 15:15:04 +03:00
..
Fakes add Session entity, persistence, fake 2026-05-06 15:12:07 +03:00
Feature scaffold laravel 12 backend 2026-05-06 14:46:41 +03:00
Unit test CreateSession use case 2026-05-06 15:15:04 +03:00
TestCase.php scaffold laravel 12 backend 2026-05-06 14:46:41 +03:00