Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ossycodes committed Sep 21, 2023
1 parent 494a345 commit d47a8f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/phpunit.xml → phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@
</coverage>
<testsuites>
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>
<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
<directory suffix="Test.php">./tests/</directory>
</testsuite>
</testsuites>
<php>
Expand Down
File renamed without changes.

0 comments on commit d47a8f6

Please sign in to comment.