Update Composer files

This commit is contained in:
Frédéric Guillot
2020-10-02 18:11:42 -07:00
parent eafd82f564
commit c5f18fb136
6 changed files with 27 additions and 160 deletions

View File

@@ -105,7 +105,7 @@ class CacheTraitTest extends TestCase
return 'computed data';
};
$cache->get('key', $callback, INF);
$cache->get('key', $callback, \INF);
}
public function testExceptionOnNegativeBeta()