438868543ec4c4e6625ea6c73f78961f2af8e13f
tests/Controller/StatusPageControllerTest.php (2 nouveaux tests): - testIndexWithDownService: service avec status 'down', verifie que le globalStatus passe a 'down' et la page retourne 200 - testIndexWithDegradedAndMaintenanceServices: 2 services avec status 'degraded' et 'maintenance', couvre les branches de calcul du globalStatus (degraded si pas down, maintenance si up) tests/Controller/WebhookDocuSealControllerTest.php (5 nouveaux tests): - testFormCompletedAttestationNotFound: form.completed sans attestation retourne 404 - testFormCompletedSuccess: form.completed avec attestation, verifie markAsSigned + markAsSent + status 'sent' + reponse completed - testBodySecretVerification: verification du secret dans le body JSON quand le header ne correspond pas - testSyncSubmitterIdFromMetadata: verifie que le submitterId est synchronise depuis les metadata (reference → attestation → setSubmitterId) - testFormStartedNotFound / testFormDeclinedNotFound: retournent 404 quand l'attestation n'est pas trouvee Resultat: 376 tests, 729 assertions, 0 failures Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Description
No description provided
Languages
PHP
66.2%
Twig
28.7%
JavaScript
4%
Jinja
0.5%
Makefile
0.3%
Other
0.2%