Skip to content

Commit

Permalink
fix phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Apr 17, 2024
1 parent 0252303 commit 00433e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
>
<testsuites>
<testsuite name="Package Test Suite">
<directory suffix=".php">./tests/</directory>
<directory suffix="Test.php">./tests/</directory>
<exclude>./tests/factories/</exclude>
<exclude>./tests/migrations/</exclude>
<exclude>./tests/models/</exclude>
<exclude>./tests/Eloquent/</exclude>
</testsuite>
</testsuites>
<source>
Expand Down

0 comments on commit 00433e7

Please sign in to comment.