update phpunit.xml file..

This commit is contained in:
Cüneyt Şentürk 2024-09-24 14:30:18 +01:00
parent d39a8d6716
commit 0c31fd6dca
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@
<directory suffix="Test.php">./modules/**/Tests/Feature</directory>
</testsuite>
</testsuites>
<coverage>
<source>
<include>
<directory suffix=".php">./app</directory>
</include>
</coverage>
</source>
<php>
<server name="APP_ENV" value="testing"/>
<server name="BCRYPT_ROUNDS" value="4"/>