Skip to content

Commit

Permalink
Fix: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
daycry committed Aug 13, 2024
1 parent 248b93c commit b0b19bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
<include>
<directory suffix=".php">./src</directory>
</include>
<exclude>
<directory>./src/Language</directory>
<directory>./src/Views</directory>
<directory>./src/Libraries</directory>
</exclude>
</source>
<logging>
<testdoxHtml outputFile="build/logs/testdox.html"/>
Expand Down

0 comments on commit b0b19bd

Please sign in to comment.