Skip to content

Releases: php-cache/integration-tests

Save does not have to return false when saving expired item

04 Feb 09:33
Compare
Choose a tag to compare

The previous requirements were too strict. An expired item can still be stored in the cache backend.

Don't sleep() when not required

03 Feb 00:42
Compare
Choose a tag to compare
Merge pull request #42 from php-cache/aequasi-patch-1

Recreating #39

HHVM fix.

25 Jan 15:01
Compare
Choose a tag to compare
Merge pull request #37 from nicolas-grekas/fix

Fix for HHVM

Using \DateTime::createFromFormat('U', time()) instead of new \DateTime('now')

25 Jan 14:05
Compare
Choose a tag to compare

Allow for Expire to be not set

22 Jan 19:23
Compare
Choose a tag to compare
Merge pull request #35 from boekkooi/no-expire

Allow for Expire to be not set

Added test to support \Traversable

19 Jan 19:24
Compare
Choose a tag to compare

Changed return values of isHit after save

18 Jan 17:53
Compare
Choose a tag to compare

Updated dependencies

17 Jan 16:06
Compare
Choose a tag to compare
Merge pull request #32 from nicolas-grekas/patch-1

Loosen the composer.json requirements a bit

Test on removal on hierarchy cache

12 Jan 08:57
Compare
Choose a tag to compare
Merge pull request #28 from Nyholm/more_test

Added more test on hierarchy cache

Saving an item with no data should return false and added hierarchy support

11 Jan 21:57
Compare
Choose a tag to compare
Merge pull request #22 from Nyholm/no-data

Test save and fetch item with no data