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