X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fsrc%2FCore%2FCache%2FArrayCacheTest.php;h=e1f491d3bd01f74842d8818e93b9bb1509397a8b;hb=bc60eb6cb7878745fe76d7998d87d1d611fa47b5;hp=a0dd87b0322f91c7bba591b923ec7fa36221f5c6;hpb=13a10b8f20ac7c5927c39d9e80e1a7d515385736;p=friendica.git diff --git a/tests/src/Core/Cache/ArrayCacheTest.php b/tests/src/Core/Cache/ArrayCacheTest.php index a0dd87b032..e1f491d3bd 100644 --- a/tests/src/Core/Cache/ArrayCacheTest.php +++ b/tests/src/Core/Cache/ArrayCacheTest.php @@ -1,6 +1,6 @@ cache; } - public 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; } }