This commit is contained in:
Nuno Maduro
2023-04-14 09:03:05 -05:00
committed by GitHub
parent 7cc6699c3d
commit 64685e6f20
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^10.1",
"spatie/laravel-ignition": "^2.0"
},
"autoload": {
+2 -2
View File
@@ -12,11 +12,11 @@
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>
</testsuites>
<coverage>
<source>
<include>
<directory suffix=".php">./app</directory>
</include>
</coverage>
</source>
<php>
<env name="APP_ENV" value="testing"/>
<env name="BCRYPT_ROUNDS" value="4"/>