Skip to content

Releases: php-cache/integration-tests

Release 0.17.0

27 Nov 15:10
eda2e6b
Compare
Choose a tag to compare

Updated supported PHPUnit versions, Support for PHP8.

See full diff

Release 0.16.0

09 Feb 14:24
Compare
Choose a tag to compare

Test generators returning several times the same key

Release 0.15.0

06 Jan 10:03
Compare
Choose a tag to compare

Make sure SimpleCache *Mutiple throws exception before we traverse the results.

Release 0.14.0

05 Jan 09:24
Compare
Choose a tag to compare

Added tests for SimpleCache

Improve tests for tags

30 Dec 12:59
Compare
Choose a tag to compare
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.

25 Dec 19:31
Compare
Choose a tag to compare

Updated the TaggableCachePoolTest to use the new Cache\Adapter\Common\TaggableCacheItemPoolInterface

Test with expiresAfter(null)

02 Aug 07:09
Compare
Choose a tag to compare

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.

23 Apr 22:59
Compare
Choose a tag to compare
Merge pull request #51 from nicolas-grekas/tweaks

Saving expired values should invalidated existing ones

Bugfixes and more clear error messages

23 Feb 08:16
Compare
Choose a tag to compare
Merge pull request #46 from Nyholm/bugfixes-tagging

Bugfixes tagging

New Tagging API

19 Feb 09:51
Compare
Choose a tag to compare
Merge pull request #45 from Nyholm/tagging

Update the tagging integration tests to support the new API