We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$hashCost = 4
1 parent a538a1a commit 9b50586Copy full SHA for 9b50586
phpunit.xml.dist
@@ -79,6 +79,8 @@
79
80
<php>
81
<env name="XDEBUG_MODE" value="coverage"/>
82
+ <!-- Set hashCost for improving the speed of running tests -->
83
+ <env name="auth.hashCost" value="4"/>
84
<server name="app.baseURL" value="https://example.com/"/>
85
86
<!-- Directory containing phpunit.xml -->
0 commit comments