Browse Source

Add Hash::setRounds(4) for faster test

pull/15/head
Nafies Luthfi 7 years ago
parent
commit
4dc12a9259
  1. 1
      tests/CreatesApplication.php

1
tests/CreatesApplication.php

@ -16,6 +16,7 @@ trait CreatesApplication
$app = require __DIR__.'/../bootstrap/app.php'; $app = require __DIR__.'/../bootstrap/app.php';
$app->make(Kernel::class)->bootstrap(); $app->make(Kernel::class)->bootstrap();
\Hash::setRounds(4);
return $app; return $app;
} }

Loading…
Cancel
Save