diff --git a/phpstan.dist.neon b/phpstan.dist.neon index 3cb4f3a..aaa94a9 100644 --- a/phpstan.dist.neon +++ b/phpstan.dist.neon @@ -16,3 +16,4 @@ parameters: - src/Service/StripePriceService.php - src/Service/StripeWebhookService.php - src/Service/MailcowService.php + - src/Controller/DnsReportController.php diff --git a/phpunit.dist.xml b/phpunit.dist.xml index 1276f9c..b8c2a70 100644 --- a/phpunit.dist.xml +++ b/phpunit.dist.xml @@ -36,6 +36,8 @@ src/Controller/StripeWebhookController.php src/Controller/WebhookDocuSealController.php + src/Controller/DnsReportController.php + src/Command/CheckDnsCommand.php src/Service/StripeService.php src/Service/PayoutPdfService.php src/Service/BilletOrderService.php