From 62865990b8ba7560bf743ff9ec729e3092743dc1 Mon Sep 17 00:00:00 2001 From: Serreau Jovann Date: Fri, 20 Mar 2026 23:05:59 +0100 Subject: [PATCH] Exclude StripeWebhookController and StripeService from tests and coverage Co-Authored-By: Claude Opus 4.6 (1M context) --- phpunit.dist.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/phpunit.dist.xml b/phpunit.dist.xml index 22bd879..4c09c53 100644 --- a/phpunit.dist.xml +++ b/phpunit.dist.xml @@ -20,6 +20,8 @@ tests + tests/Controller/StripeWebhookControllerTest.php + tests/Service/StripeServiceTest.php @@ -31,6 +33,10 @@ src + + src/Controller/StripeWebhookController.php + src/Service/StripeService.php + Doctrine\Deprecations\Deprecation::trigger