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.
1 parent d035590 commit f3144b8Copy full SHA for f3144b8
tests/TestCase.php
@@ -3,6 +3,7 @@
3
namespace Tests;
4
5
use Cake\Chronos\Chronos;
6
+use Illuminate\Support\Facades\Hash;
7
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
8
9
abstract class TestCase extends BaseTestCase
@@ -16,6 +17,7 @@ public function setUp()
16
17
{
18
parent::setUp();
19
20
+ Hash::setRounds(4);
21
$this->setKnownUuidFactory();
22
}
23
0 commit comments