Conversation
Korbeil
force-pushed
the
afup-migrer-companymemberinvitation-vers-doctrine
branch
from
September 21, 2026 19:27
7105d79 to
8715011
Compare
…te membres (migration Doctrine)
Korbeil
marked this pull request as ready for review
September 21, 2026 20:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Migre la persistance des invitations des personnes morales de Ting vers Doctrine ORM (ref #2383), en suivant le pattern des précédentes migrations : nouvelle entité et nouveau repository Doctrine, migration des 5 usages, suppression des classes Ting. Aucune migration de base de données nécessaire : la table existante est conservée telle quelle.
Changes
CompanyMemberInvitationmappée surafup_personnes_morales_invitationset son repository (requêtes via QueryBuilder, CRUD via l'EntityManager) — les invitations en attente sont désormais triées par date de soumission.How to test
make test-integration-ci— lance la suite d'intégration (dont les 5 nouveaux tests).make phpstan— analyse statique niveau 10, 0 erreur.make test— suite unitaire (124 tests) + php-cs-fixer.