Skip to content

Releases: php-cache/integration-tests

Release 0.17.0

Choose a tag to compare

@Nyholm Nyholm released this 27 Nov 15:10
eda2e6b

Updated supported PHPUnit versions, Support for PHP8.

See full diff

Release 0.16.0

Choose a tag to compare

@Nyholm Nyholm released this 09 Feb 14:24

Test generators returning several times the same key

Release 0.15.0

Choose a tag to compare

@Nyholm Nyholm released this 06 Jan 10:03

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

Release 0.14.0

Choose a tag to compare

@Nyholm Nyholm released this 05 Jan 09:24

Added tests for SimpleCache

Improve tests for tags

Choose a tag to compare

@Nyholm Nyholm released this 30 Dec 12:59
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.

Choose a tag to compare

@Nyholm Nyholm released this 25 Dec 19:31

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

Test with expiresAfter(null)

Choose a tag to compare

@Nyholm Nyholm released this 02 Aug 07:09

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.

Choose a tag to compare

@Nyholm Nyholm released this 23 Apr 22:59
Merge pull request #51 from nicolas-grekas/tweaks

Saving expired values should invalidated existing ones

Bugfixes and more clear error messages

Choose a tag to compare

@Nyholm Nyholm released this 23 Feb 08:16
Merge pull request #46 from Nyholm/bugfixes-tagging

Bugfixes tagging

New Tagging API

Choose a tag to compare

@Nyholm Nyholm released this 19 Feb 09:51
Merge pull request #45 from Nyholm/tagging

Update the tagging integration tests to support the new API