Rabbi_Gerzi/backend
Yisroel Baum a681d93f5d
fix: use stub instead of mock for unused handler
PHPUnit 13 warns about mock objects with no expectations. createStub() avoids the notice since the handler is never called in the expired-session test.
2026-05-17 10:06:35 +03:00
..
app refactor: remove unused response param from controller methods 2026-05-17 10:04:15 +03:00
config add domain layer, config, and entry point 2026-05-17 09:45:26 +03:00
public add domain layer, config, and entry point 2026-05-17 09:45:26 +03:00
tests fix: use stub instead of mock for unused handler 2026-05-17 10:06:35 +03:00
.gitignore chore: add phpunit cache to gitignore 2026-05-17 09:45:27 +03:00
composer.json test: add failing authenticate user test 2026-05-17 09:45:22 +03:00
composer.lock test: add failing authenticate user test 2026-05-17 09:45:22 +03:00
phpunit.xml test: add failing authenticate user test 2026-05-17 09:45:22 +03:00