revert changed..

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

View File

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