diff --git a/phpunit.xml.dist b/phpunit.xml.dist index e61a61e2..0cb1a231 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -35,7 +35,6 @@ ./tests/ tests/Arrays tests/Choice - tests/Dca tests/Driver tests/File tests/Form diff --git a/src/EventListener/DcaField/AbstractDcaFieldListener.php b/src/EventListener/DcaField/AbstractDcaFieldListener.php index 8f859d0f..9c58d006 100644 --- a/src/EventListener/DcaField/AbstractDcaFieldListener.php +++ b/src/EventListener/DcaField/AbstractDcaFieldListener.php @@ -48,6 +48,9 @@ protected function applyDefaultFieldAdjustments(array &$field, DcaFieldConfigura } } + /** + * @codeCoverageIgnore Can't be tested due to nature of the method + */ public static function getSubscribedServices(): array { return [