Skip to content

Commit 9b50586

Browse files
committed
tests: set $hashCost = 4 for improve tests running time
1 parent a538a1a commit 9b50586

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979

8080
<php>
8181
<env name="XDEBUG_MODE" value="coverage"/>
82+
<!-- Set hashCost for improving the speed of running tests -->
83+
<env name="auth.hashCost" value="4"/>
8284
<server name="app.baseURL" value="https://example.com/"/>
8385

8486
<!-- Directory containing phpunit.xml -->

0 commit comments

Comments
 (0)