use arraycache for locking in unit tests

This commit is contained in:
Robin Appelman 2015-05-26 15:12:49 +02:00
parent 6b965d71d1
commit 72776b165f
1 changed files with 1 additions and 0 deletions

View File

@ -240,6 +240,7 @@ class Server extends SimpleContainer implements IServerContainer {
}
return new \OC\Memcache\Factory('',
new ArrayCache(),
new ArrayCache(),
new ArrayCache()
);