Skip to content

Commit

Permalink
update phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
repl6669 committed Apr 6, 2024
1 parent 3a4a315 commit f6325cd
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 @@ -7,10 +7,10 @@
<coverage/>
<testsuites>
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>
<directory suffix="Test.php">tests/Unit</directory>
</testsuite>
<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
<directory suffix="Test.php">tests/Feature</directory>
</testsuite>
</testsuites>
<php>
Expand Down

0 comments on commit f6325cd

Please sign in to comment.