]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Cache/ArrayCacheTest.php
Merge pull request #10112 from nupplaphil/feat/phpunit_upgrade
[friendica.git] / tests / src / Core / Cache / ArrayCacheTest.php
index 6ce6d4c1faeb535c0e85db260ed3f8e310a1e468..ada1fac6549a4e8d88efe6791ac5f709922e2243 100644 (file)
@@ -31,7 +31,7 @@ class ArrayCacheTest extends MemoryCacheTest
                return $this->cache;
        }
 
-       protected function tearDown()
+       protected function tearDown(): void
        {
                $this->cache->clear(false);
                parent::tearDown();
@@ -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;
        }
 }