Skip to content

Commit

Permalink
update phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandraKozubal committed Nov 27, 2023
1 parent db549ee commit f5f03ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<php>
<env name="APP_ENV" value="testing"/>
<env name="APP_KEY" value="base64:SKEJSy9oF9chQBCMbxqgj5zhtAvug9kwZ+cDiP1Y8A8="/>
<env name="BCRYPT_ROUNDS" value="4"/>
<env name="BCRYPT_ROUNDS" value="10"/>
<env name="CACHE_DRIVER" value="array"/>
<env name="DB_HOST" value="escooters-db-dev"/>
<env name="DB_DATABASE" value="escooters-test"/>
Expand Down

0 comments on commit f5f03ba

Please sign in to comment.