Skip to content

Commit

Permalink
Fix PHPUnit deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Feb 10, 2025
1 parent 1c72432 commit 11a6f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<directory>tests/Feature</directory>
</testsuite>
</testsuites>
<coverage>
<source>
<include>
<directory suffix=".php">src</directory>
</include>
</coverage>
</source>
<php>
<env name="DB_CONNECTION" value="sqlite" />
<env name="DB_DATABASE" value=":memory:" />
Expand Down

0 comments on commit 11a6f1b

Please sign in to comment.