-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnitTestResults.txt
More file actions
139 lines (134 loc) · 5.57 KB
/
UnitTestResults.txt
File metadata and controls
139 lines (134 loc) · 5.57 KB
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
127
128
129
130
131
132
133
134
135
136
137
138
SimpleCacheRedisConstructor
[x] Can we even access redis from test environment
[x] Constructor using three character prefix
[x] Constructor using thirty two character prefix
[x] Constructor invalid argument empty prefix
[x] Constructor invalid argument two letter prefix
[x] Constructor invalid argument non alpha numeric prefix
[x] Constructor invalid argument 33 letter prefix
[x] Constructor invalid type prefix boolean
[x] Constructor invalid type prefix array
[x] Constructor invalid type prefix object
[x] Constructor strict invalid type prefix integer
[x] Constructor strict invalid type prefix float
[x] Constructor using eight character salt
[x] Constructor using absurdly long salt
[x] Constructor invalid argument empty salt
[x] Constructor invalid argument seven character salt
[x] Constructor invalid type salt boolean
[x] Constructor invalid type salt array
[x] Constructor invalid type salt object
[x] Constructor strict invalid type salt integer
[x] Constructor strict invalid type salt float
[x] Sodium constructor type error null secret
[x] Sodium constructor invalid argument secret too short binary
[x] Sodium constructor invalid argument secret too short hex
[x] Sodium constructor invalid argument secret too long binary
[x] Sodium constructor invalid argument secret too long hex
[x] Sodium constructor invalid argument secret all printable characters
[x] Sodium from valid config file
[x] Sodium error exception bad config file
[x] Sodium type error config file without secret
[x] Sodium invalid argument config file secret too short
[x] Sodium invalid argument config file secret too long
[x] Cache clear local prefix only
[x] Cache clear everything
SimpleCacheRedisException
[x] Can we even access redis from test environment
[x] Default ttl invalid type null
[x] Default ttl invalid type boolean
[x] Default ttl invalid type array
[x] Default ttl invalid type object
[x] Cache key invalid type null
[x] Cache key invalid type boolean
[x] Cache key invalid type array
[x] Cache key invalid type object
[x] Set key pair ttl invalid type boolean
[x] Set key pair ttl invalid type array
[x] Set key pair ttl invalid type object
[x] Set multiple invalid type null
[x] Set multiple invalid type integer
[x] Set multiple invalid type float
[x] Set multiple invalid type boolean
[x] Set multiple invalid type string
[x] Set multiple invalid type key within not string
[x] Get multiple invalid type null
[x] Get multiple invalid type integer
[x] Get multiple invalid type float
[x] Get multiple invalid type boolean
[x] Get multiple invalid type string
[x] Get multiple invalid type key within not string
[x] Default ttl invalid argument negative integer
[x] Default ttl invalid argument negative date interval
[x] Set key pair invalid argument empty key
[x] Set key pair invalid argument key barely too long
[x] Set key pair invalid argument key contains left curly
[x] Set key pair invalid argument key contains right curly
[x] Set key pair invalid argument key contains left parenthesis
[x] Set key pair invalid argument key contains right parenthesis
[x] Set key pair invalid argument key contains forward slash
[x] Set key pair invalid argument key contains back slash
[x] Set key pair invalid argument key contains atmark
[x] Set key pair invalid argument key contains colon
[x] Set key pair ttl invalid argument negative integer
[x] Set key pair ttl invalid argument date string in past
[x] Set key pair ttl invalid argument date range in past
[x] Set key pair ttl invalid argument negative date interval
[x] Set key pair ttl invalid argument bogus string
[x] Set multiple invalid argument key in iterable has reserved character
SimpleCacheRedisSodium
[x] Can we even access redis from test environment
[x] Miss returns null
[x] Set and retrieve string
[x] Set and retrieve integer
[x] Set and retrieve float
[x] Set and retrieve boolean
[x] Set and retrieve null
[x] Set and retrieve array
[x] Set and retrieve object
[x] Delete a key
[x] Accept key length of 1
[x] Accept key length of 255
[x] Accept multibyte character key
[x] Set cache life as integer
[x] Set cache life as unix timestamp
[x] Set cache life as string with date range
[x] Set cache life as string with fixed date
[x] Set cache life as very very large integer
[x] Set cache life as date interval object
[x] Set default seconds with integer
[x] Default seconds with date interval
[x] Set multiple key value pairs at once
[x] Get multiple key value pairs at once
[x] Delete multiple key value pairs at once
SimpleCacheRedisStrictException
[x] Can we even access redis from test environment
[x] Default ttl invalid type float
[x] Cache key invalid type integer
[x] Cache key invalid type float
[x] Set key pair ttl invalid type float
SimpleCacheRedis
[x] Can we even access redis from test environment
[x] Miss returns null
[x] Set and retrieve string
[x] Set and retrieve integer
[x] Set and retrieve float
[x] Set and retrieve boolean
[x] Set and retrieve null
[x] Set and retrieve array
[x] Set and retrieve object
[x] Delete a key
[x] Accept key length of 1
[x] Accept key length of 255
[x] Accept multibyte character key
[x] Set cache life as integer
[x] Set cache life as unix timestamp
[x] Set cache life as string with date range
[x] Set cache life as string with fixed date
[x] Set cache life as very very large integer
[x] Set cache life as date interval object
[x] Set default seconds with integer
[x] Default seconds with date interval
[x] Set multiple key value pairs at once
[x] Get multiple key value pairs at once
[x] Delete multiple key value pairs at once