Skip to content

Commit

Permalink
Merge branch 'main' into chore/b-230113499
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt authored Oct 25, 2023
2 parents 574c9b4 + 980a7f1 commit 0e4da75
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions run/laravel/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,16 @@
colors="true"
>
<testsuites>
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>
<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
<directory>tests/Feature</directory>
</testsuite>
</testsuites>
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./app</directory>
</include>
</coverage>

<php>
<env name="APP_ENV" value="testing"/>
<env name="BCRYPT_ROUNDS" value="4"/>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0e4da75

Please sign in to comment.