mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Fixes for tests
This commit is contained in:
parent
d764f2736f
commit
5ddda5aa33
@ -29,10 +29,10 @@ class RedisVsDatabaseTest extends TestCase
|
||||
|
||||
public function testRedisSpeed()
|
||||
{
|
||||
$start = microtime(true);
|
||||
|
||||
app('currencies');
|
||||
|
||||
$start = microtime(true);
|
||||
|
||||
$currencies = Cache::get('currencies');
|
||||
|
||||
$currencies->first(function ($item) {
|
||||
|
Loading…
Reference in New Issue
Block a user