/mock-cache

PSR-16 mock cache for integration testing

Primary LanguagePHP

kodus/mock-cache

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.