From e3399337a8f17f22835dc179a8eeb441ad829b9e Mon Sep 17 00:00:00 2001 From: Nathan Boiron Date: Tue, 23 Dec 2025 21:17:49 +0100 Subject: [PATCH] Migration de la config PHPUnit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fais avec `php bin/phpunit --migrate-configuration` Et le schéma est maintenant récupéré depuis le vendor pour toujours être à jour --- phpunit.xml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 4305303ae..fd7c6b15f 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,25 +1,20 @@ + cacheDirectory="var/cache/phpunit"> tests/unit - tests/integration -