mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-09-25 01:53:03 +02:00
add password-reset smoke test + AdminAuth DI + OneTimeToken empty-context redeem fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user