Skip to content

Commit

Permalink
update dca options unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericges committed Nov 27, 2024
1 parent 87f0625 commit fc3ba22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<directory>./tests/</directory>
<exclude>tests/Arrays</exclude>
<exclude>tests/Choice</exclude>
<exclude>tests/Dca</exclude>
<exclude>tests/Driver</exclude>
<exclude>tests/File</exclude>
<exclude>tests/Form</exclude>
Expand Down
3 changes: 3 additions & 0 deletions src/EventListener/DcaField/AbstractDcaFieldListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 [
Expand Down

0 comments on commit fc3ba22

Please sign in to comment.