Adapt tests for PhpUnit 7.5

This commit is contained in:
Philipp
2021-04-01 21:19:45 +02:00
parent 5947698dc1
commit 4b38b6aa16
10 changed files with 36 additions and 35 deletions

View File

@@ -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;
}
}