Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Apr 28, 2024
1 parent 499d24a commit 1c1ec9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
<env name="PERSISTENCE_DRIVER" value="db"/>
<env name="DB_DRIVER" value="sqlite"/>
</php>
<source>
<include>
<directory suffix=".php">./app</directory>
</include>
</source>
<testsuites>
<testsuite name="Feature tests">
<directory suffix="Test.php">tests/Feature</directory>
Expand Down

0 comments on commit 1c1ec9d

Please sign in to comment.