Skip to content

Commit

Permalink
fix: file source
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Aug 14, 2024
1 parent 5f2bd32 commit be6718e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,8 @@
</logging>
<source>
<include>
<directory suffix=".php">tests</directory>
<directory suffix=".php">src</directory>
</include>
<exclude>
<directory suffix=".php">tests/_support</directory>
</exclude>
</source>
<php>
<ini name="date.timezone" value="UTC" />
Expand Down

0 comments on commit be6718e

Please sign in to comment.