Add missing templates, add PostgreSQL and Redis services to CI

- Create 13 missing Twig templates (account, security, legal, unsubscribe, pages)
- CI: add PostgreSQL and Redis service containers for php and sonarqube jobs
- CI: create database schema before running tests
- Use null mailer in test environment

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-18 22:57:38 +01:00
parent 2d90440692
commit 89f74de702
14 changed files with 145 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{% extends 'base.html.twig' %}
{% block title %}Desinscription confirmee - E-Ticket{% endblock %}
{% block body %}
{% endblock %}

View File

@@ -0,0 +1,7 @@
{% extends 'base.html.twig' %}
{% block title %}Desinscription - E-Ticket{% endblock %}
{% block body %}
{% endblock %}