Exclude StripeWebhookController and StripeService from tests and coverage

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-20 23:05:59 +01:00
parent 42ded8fbbe
commit 62865990b8

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,10 @@
<include>
<directory>src</directory>
</include>
<exclude>
<file>src/Controller/StripeWebhookController.php</file>
<file>src/Service/StripeService.php</file>
</exclude>
<deprecationTrigger>
<method>Doctrine\Deprecations\Deprecation::trigger</method>