add password-reset smoke test + AdminAuth DI + OneTimeToken empty-context redeem fix

This commit is contained in:
Pontoporeia
2026-08-24 11:36:02 +02:00
parent ddae5d8fef
commit f31addb6bc
4 changed files with 134 additions and 12 deletions
+5
View File
@@ -491,6 +491,11 @@ test-coverage:
# Generate HTML coverage report in coverage/
@vendor/bin/phpunit --coverage-html coverage/ tests/phpunit/
[group('test')]
smoke-password-reset:
# End-to-end smoke test for the password-reset flow (throwaway DB, no email).
@php scripts/smoke-test-password-reset.php
[group('test')]
lint-php:
# Static analysis (phpstan) + coding standards (php-cs-fixer)