kodus/mock-cache

PSR-16 cache-implementation for integration tests

2.0.0 2022-08-24 12:34 UTC

This package is auto-updated.

Last update: 2024-03-24 16:28:13 UTC


README

PHP Version Build Status Code Coverage

This library provides a PSR-16 cache-implementation for integration testing, backed by a simple array.

It simulates a simple system clock and expiration - in your tests, calling e.g. $cache->skipTime(10) will travel forward in time 10 seconds, but time will otherwise stand still, so you don't need to write integration tests that have to sleep() to test for side-effects from cache-expiration.