Skip to content

Commit

Permalink
Fix error RuntimeException: Could not verify the hashed value's confi…
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Nov 10, 2023
1 parent f73b589 commit ea09b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -23,7 +23,7 @@

<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="sqlite"/>
<env name="DB_DATABASE" value=":memory:"/>
Expand Down

0 comments on commit ea09b04

Please sign in to comment.