Tags: kodus/mock-cache
Tags
Upgrade to simple cache 2 & 3 (#11) * Updated PHP requirements to >=8.0 and updated tests to codeception 5 * Removed mindplay/simple-cache dev-dependency * Updated simple-cache to ^2||^3 * Updated MockCache::get signature * Updated MockCache::set signature * Updated MockCache::delete signature * Updated MockCache::clear signature and implementation * Updated MockCache::getMultiple signature * Updated MockCache::setMultiple signature * Updated MockCache::deleteMultiple signature and implementation * Updated MockCache::has signature * MockCache::getMultiple and MockCache::setMultiple no longer need to throw InvalidArgumentException. If the first argument is not an iterable a TypeError will be thrown by PHP. * MockCache::deleteMultiple no longer needs to throw InvalidArgumentException. If the first argument is not an iterable a TypeError will be thrown by PHP. * Removed mindplay/simple-cache dev-dependency