Added Unittests for cache
fixed Lock & Cache bugs
This commit is contained in:
@@ -24,4 +24,10 @@ class ArrayCacheLockDriverTest extends LockTest
|
||||
$this->cache->clear();
|
||||
parent::tearDown();
|
||||
}
|
||||
|
||||
public function testLockTTL()
|
||||
{
|
||||
// ArrayCache doesn't support TTL
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user