Skip to content

Commit

Permalink
phpunit --migrate-configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
shibafu528 committed Nov 29, 2024
1 parent f4b0fb5 commit 452bba5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,18 @@
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>

<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>

<testsuite name="MetadataResolver">
<directory suffix="Test.php">./tests/Unit/MetadataResolver</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./app</directory>
</whitelist>
</filter>
</include>
</coverage>
<php>
<env name="APP_ENV" value="testing" force="true"/>
<env name="BCRYPT_ROUNDS" value="4" force="true"/>
Expand Down

0 comments on commit 452bba5

Please sign in to comment.