mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-03 05:41:38 +08:00
增加缓存驱动的queue测试
This commit is contained in:
@@ -35,7 +35,7 @@ class memcachedTest extends cacheTestCase
|
||||
protected function getCacheInstance()
|
||||
{
|
||||
if (null === $this->_cacheInstance) {
|
||||
$this->_cacheInstance = new \think\cache\driver\Memcached();
|
||||
$this->_cacheInstance = new \think\cache\driver\Memcached(['length' => 3]);
|
||||
}
|
||||
return $this->_cacheInstance;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user