Skip to content

Commit

Permalink
fix: correct phpunit config for run/laravel (#1933)
Browse files Browse the repository at this point in the history
* fix: correct phpunit config for run/laravel

* fix: rename folder, correct phpunit
  • Loading branch information
glasnt authored Oct 25, 2023
1 parent 7127c06 commit 980a7f1
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 980a7f1

Please sign in to comment.