Skip to content

Commit

Permalink
fix: correct phpunit config for run/laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt authored Oct 24, 2023
1 parent 7127c06 commit d4956b4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions run/laravel/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@
colors="true"
>
<testsuites>
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>
<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
<testsuite name="Test Suite">
<directory>test</directory>
</testsuite>
</testsuites>
<coverage processUncoveredFiles="true">
Expand Down

0 comments on commit d4956b4

Please sign in to comment.