diff --git a/tests/CreatesApplication.php b/tests/CreatesApplication.php index 547152f..1ea241a 100644 --- a/tests/CreatesApplication.php +++ b/tests/CreatesApplication.php @@ -16,6 +16,7 @@ trait CreatesApplication $app = require __DIR__.'/../bootstrap/app.php'; $app->make(Kernel::class)->bootstrap(); + \Hash::setRounds(4); return $app; }