]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Lock/RedisCacheLockTest.php
Merge pull request #10666 from tobiasd/20210905-credits
[friendica.git] / tests / src / Core / Lock / RedisCacheLockTest.php
index c373747bdca8c45356f9b4f46ca54e20f1ed9b9c..360fa74fb2b1a043d7d25542684d6270e4d22d61 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -64,7 +64,7 @@ class RedisCacheLockTest extends LockTest
                        $cache = new RedisCache($host, $configMock);
                        $lock = new CacheLock($cache);
                } catch (Exception $e) {
-                       static::markTestSkipped('Redis is not available');
+                       static::markTestSkipped('Redis is not available. Error: ' . $e->getMessage());
                }
 
                return $lock;