Skip to content

Commit

Permalink
Fix source element in phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Oct 1, 2024
1 parent bba277f commit 42e1eae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@
displayDetailsOnTestsThatTriggerErrors="true"
displayDetailsOnTestsThatTriggerNotices="true"
displayDetailsOnTestsThatTriggerWarnings="true">
<include>
<directory suffix=".php">src</directory>
</include>
<source>
<include>
<directory suffix=".php">src</directory>
</include>
</source>
<coverage includeUncoveredFiles="true">
</coverage>
<testsuites>
Expand Down

0 comments on commit 42e1eae

Please sign in to comment.