CodeExplorer validKeys example
catch (\Exception
$e) { } } public function createSimpleCache(int
$defaultLifetime = 0
): CacheInterface
{ return new Psr16Cache(new FilesystemAdapter('',
$defaultLifetime));
} public static function validKeys(): array
{ return array_merge(parent::
validKeys(),
[["a\0b"
]]);
} public function testDefaultLifeTime() { if (isset($this->skippedTests
[__FUNCTION__
])) { $this->
markTestSkipped($this->skippedTests
[__FUNCTION__
]);
} $cache =
$this->
createSimpleCache(2
);
$cache->
clear();