mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Mak PHPCS happy
This commit is contained in:
parent
03cfa2d066
commit
7b39b3b9c0
8 changed files with 25 additions and 30 deletions
|
@ -42,7 +42,7 @@ class MemcacheCacheLockTest extends CacheLockTestCase
|
|||
|
||||
try {
|
||||
$this->cache = new MemcacheCache($host, $configMock);
|
||||
$this->lock = new CacheLock($this->cache);
|
||||
$this->lock = new CacheLock($this->cache);
|
||||
} catch (Exception $e) {
|
||||
static::markTestSkipped('Memcache is not available');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue