Skip to content

Commit 0633ec5

Browse files
docs: improved description
Co-authored-by: Lonnie Ezell <lonnieje@gmail.com>
1 parent c6cf073 commit 0633ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/references/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class ActionsTest extends TestCase
3636

3737
## Improving the Speed of Running Tests
3838

39-
By default, the Shield has set the `Config\Auth::$hashCost = 12` due to the greater security of passwords. However, to increase the test execution time, we have set the `$hashCost = 4` for the test environment.
39+
By default, Shield has set the `Config\Auth::$hashCost = 12` due to the greater security of passwords. However, to increase the test execution time, we have set the `$hashCost = 4` for the test environment.
4040

4141
If you use Shield in your project and your tests execution time is high, just set the `$hashCost = 4` in file **phpunit.xml.dist** of your project as follows:
4242

0 commit comments

Comments
 (0)