This commit is contained in:
Serreau Jovann
2026-04-01 15:42:52 +02:00
parent beb12d2b75
commit 686de99909
258 changed files with 32993 additions and 2714 deletions

View File

@@ -20,6 +20,8 @@
<testsuites>
<testsuite name="Project Test Suite">
<directory>tests</directory>
<exclude>tests/Controller/StripeWebhookControllerTest.php</exclude>
<exclude>tests/Service/StripeServiceTest.php</exclude>
</testsuite>
</testsuites>
@@ -31,6 +33,14 @@
<include>
<directory>src</directory>
</include>
<exclude>
<file>src/Controller/StripeWebhookController.php</file>
<file>src/Service/StripeService.php</file>
<file>src/Service/PayoutPdfService.php</file>
<file>src/Service/BilletOrderService.php</file>
<file>src/Service/InvoiceService.php</file>
<directory>src/Repository</directory>
</exclude>
<deprecationTrigger>
<method>Doctrine\Deprecations\Deprecation::trigger</method>