Skip to content

Commit

Permalink
refactor(global): Try to fix phpunit configuration. Update composer d…
Browse files Browse the repository at this point in the history
…ependencies
  • Loading branch information
gnovaro committed Dec 29, 2023
1 parent 2435502 commit 6d66feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<coverage/>
<php>
<env name="APP_ENV" value="testing"/>
<env name="BCRYPT_ROUNDS" value="4"/>
<env name="BCRYPT_ROUNDS" value="12"/>
<env name="CACHE_DRIVER" value="array"/>
<env name="DB_CONNECTION" value="mysql"/>
<env name="DB_DATABASE" value="pflow_crm_test"/>
Expand Down

0 comments on commit 6d66feb

Please sign in to comment.