Releases: php-cache/integration-tests
Releases · php-cache/integration-tests
Release 0.17.0
Release 0.16.0
Test generators returning several times the same key
Release 0.15.0
Make sure SimpleCache *Mutiple throws exception before we traverse the results.
Release 0.14.0
Added tests for SimpleCache
Improve tests for tags
Added test to verify tags when used with deferred. (#65) * Added test to verify tags when used with deferred. * allow skip * Require tag-interop
Using new tag interface.
Updated the TaggableCachePoolTest to use the new Cache\Adapter\Common\TaggableCacheItemPoolInterface
Test with expiresAfter(null)
This fixes a typo in our testExpiresAfterWithNull.
We do also add a test where deferred item has a expiration date.
Saving expired message should delete existing item.
Merge pull request #51 from nicolas-grekas/tweaks Saving expired values should invalidated existing ones
Bugfixes and more clear error messages
Merge pull request #46 from Nyholm/bugfixes-tagging Bugfixes tagging
New Tagging API
Merge pull request #45 from Nyholm/tagging Update the tagging integration tests to support the new API