File: changelog

package info (click to toggle)
php-cache-integration-tests 0.17.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: php: 1,515; makefile: 10
file content (126 lines) | stat: -rw-r--r-- 1,891 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
0.17.0 - Nov 27, 2020

Updated supported PHPUnit versions, Support for PHP8.


0.16.0 - Feb 9, 2017

Test generators returning several times the same key


0.15.0 - Jan 6, 2017

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


0.14.0 - Jan 5, 2017

Added tests for SimpleCache


0.13.0 - Dec 30, 2016

Improve tests for tags

* Added test to verify tags when used with deferred.

* allow skip

* Require tag-interop


0.12.0 - Dec 25, 2016

Using new tag interface.

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


0.11.0 - Aug 2, 2016

Test with expiresAfter(null)

This fixes a typo in our testExpiresAfterWithNull.

We do also add a test where deferred item has a expiration date.


0.10.0 - Apr 23, 2016

Saving expired message should delete existing item.


0.9.1 - Feb 23, 2016

Bugfixes and more clear error messages


0.9.0 - Feb 19, 2016

New Tagging API


0.8.0 - Feb 4, 2016

Save does not have to return false when saving expired item

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


0.7.4 - Feb 3, 2016

Don't sleep() when not required


0.7.3 - Jan 25, 2016

HHVM fix.


0.7.2 - Jan 25, 2016

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


0.7.1 - Jan 22, 2016

Allow for Expire to be not set


0.7.0 - Jan 19, 2016

Added test to support \Traversable


0.6.0 - Jan 18, 2016

Changed return values of isHit after save


0.5.1 - Jan 17, 2016

Updated dependencies


0.5.0 - Jan 12, 2016

Test on removal on hierarchy cache


0.4.0 - Jan 11, 2016

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


0.3.0 - Jan 10, 2016

Started with "Tagging a version for each added test"


0.2.0 - Jan 3, 2016

Added more tests to prove PSR6 functionality


0.1.0 - Dec 12, 2015