From 876307a99d64a3ae0cef0950cab25ecbfcc20a14 Mon Sep 17 00:00:00 2001 From: Mathias STRASSER Date: Wed, 18 Mar 2026 00:07:56 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Augmenter=20la=20limite=20m=C3=A9moire?= =?UTF-8?q?=20PHPUnit=20pour=20=C3=A9viter=20les=20crashs=20au=20push?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit La suite de tests consomme ~145 MB avec les tests fonctionnels Symfony. La limite par défaut de 128 MB provoquait un crash dans le pre-push hook. --- backend/phpunit.dist.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/phpunit.dist.xml b/backend/phpunit.dist.xml index c034c41..fe01acf 100644 --- a/backend/phpunit.dist.xml +++ b/backend/phpunit.dist.xml @@ -13,6 +13,7 @@ +