Skip to content

Commit

Permalink
remove exclusion for non-existent file
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Jan 2, 2024
1 parent c322dd6 commit 87374d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,5 @@
<include>
<directory suffix=".php">./src</directory>
</include>
<exclude>
<file>./src/autoload.php</file>
</exclude>
</source>
</phpunit>

0 comments on commit 87374d1

Please sign in to comment.