Skip to content

Commit

Permalink
Fix phpunit xml config-format
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Jul 25, 2024
1 parent e6b3395 commit 4d45e1c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
beStrictAboutOutputDuringTests="true"
cacheDirectory=".phpunit.cache"
>
<coverage>
<include>
<directory>./lib</directory>
</include>
</coverage>
<testsuites>
<testsuite name="Doctrine Static Website Generator Test Suite">
<directory>./tests</directory>
</testsuite>
</testsuites>
<source>
<include>
<directory>./lib</directory>
</include>
</source>
</phpunit>

0 comments on commit 4d45e1c

Please sign in to comment.