X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fsrc%2FCore%2FCache%2FArrayCacheTest.php;h=e1f491d3bd01f74842d8818e93b9bb1509397a8b;hb=bc60eb6cb7878745fe76d7998d87d1d611fa47b5;hp=0297a3b13c89a90310af73cef73c0dd0dfe43270;hpb=feabf80476313b91d3ef41a5a60b5585c7f415ee;p=friendica.git diff --git a/tests/src/Core/Cache/ArrayCacheTest.php b/tests/src/Core/Cache/ArrayCacheTest.php index 0297a3b13c..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; } }