]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Cache/ArrayCacheTest.php
Merge pull request #10257 from annando/apcontact-no-normalize
[friendica.git] / tests / src / Core / Cache / ArrayCacheTest.php
index 2d8d0ff837c1efd53e969dc51033f01290d64a45..c2e92806ce94920342366f3203f1048e614d85dd 100644 (file)
@@ -31,12 +31,15 @@ class ArrayCacheTest extends MemoryCacheTest
                return $this->cache;
        }
 
-       protected function tearDown()
+       protected function tearDown(): void
        {
                $this->cache->clear(false);
                parent::tearDown();
        }
 
+       /**
+        * @doesNotPerformAssertions
+        */
        public function testTTL()
        {
                // Array Cache doesn't support TTL