Adapt tests for PhpUnit 7.5
[friendica.git/.git] / tests / src / Core / Cache / ArrayCacheTest.php
index 6ce6d4c..2d8d0ff 100644 (file)
@@ -40,6 +40,7 @@ class ArrayCacheTest extends MemoryCacheTest
        public function testTTL()
        {
                // Array Cache doesn't support TTL
+               self::markTestSkipped("Array Cache doesn't support TTL");
                return true;
        }
 }