X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fsrc%2FCore%2FCache%2FArrayCacheTest.php;h=e1f491d3bd01f74842d8818e93b9bb1509397a8b;hb=bc60eb6cb7878745fe76d7998d87d1d611fa47b5;hp=6ce6d4c1faeb535c0e85db260ed3f8e310a1e468;hpb=befc2af5043a3afde251721c0d27df695db1bb7e;p=friendica.git diff --git a/tests/src/Core/Cache/ArrayCacheTest.php b/tests/src/Core/Cache/ArrayCacheTest.php index 6ce6d4c1fa..e1f491d3bd 100644 --- a/tests/src/Core/Cache/ArrayCacheTest.php +++ b/tests/src/Core/Cache/ArrayCacheTest.php @@ -1,6 +1,6 @@ cache; } - protected function tearDown() + protected function tearDown(): void { $this->cache->clear(false); parent::tearDown(); } + /** + * @doesNotPerformAssertions + */ public function testTTL() { // Array Cache doesn't support TTL + self::markTestSkipped("Array Cache doesn't support TTL"); return true; } }