@@ -59,7 +59,6 @@ public function testPredisDefaultParameterConfig(): void
59
59
],
60
60
'commands ' => ['foo ' => 'Foo\Bar\Baz ' ],
61
61
'redis_array ' => false ,
62
- 'scan ' => null ,
63
62
'read_write_timeout ' => null ,
64
63
'iterable_multibulk ' => false ,
65
64
'serialization ' => 'default ' ,
@@ -100,7 +99,6 @@ public function testPhpredisDefaultParameterConfig(string $config, string $class
100
99
'connection_async ' => false ,
101
100
'connection_persistent ' => false ,
102
101
'connection_timeout ' => 5 ,
103
- 'scan ' => null ,
104
102
'read_write_timeout ' => null ,
105
103
'iterable_multibulk ' => false ,
106
104
'throw_errors ' => true ,
@@ -145,7 +143,6 @@ public function testPhpredisFullConfig(): void
145
143
],
146
144
'redis_array ' => false ,
147
145
'connection_async ' => false ,
148
- 'scan ' => null ,
149
146
'read_write_timeout ' => null ,
150
147
'iterable_multibulk ' => false ,
151
148
'throw_errors ' => true ,
@@ -189,7 +186,6 @@ public function testPhpredisWithAclConfig(): void
189
186
'serialization ' => 'php ' ,
190
187
'service ' => null ,
191
188
'throw_errors ' => true ,
192
- 'scan ' => null ,
193
189
'redis_array ' => false ,
194
190
],
195
191
$ clientDefinition ->getArgument (2 ),
@@ -230,7 +226,6 @@ public function testPhpRedisClusterOption(): void
230
226
'connection_async ' => false ,
231
227
'connection_persistent ' => false ,
232
228
'connection_timeout ' => 5 ,
233
- 'scan ' => null ,
234
229
'read_write_timeout ' => null ,
235
230
'iterable_multibulk ' => false ,
236
231
'throw_errors ' => true ,
@@ -261,7 +256,6 @@ public function testPhpRedisSentinelOption(): void
261
256
'connection_async ' => false ,
262
257
'connection_persistent ' => false ,
263
258
'connection_timeout ' => 5 ,
264
- 'scan ' => null ,
265
259
'read_write_timeout ' => null ,
266
260
'iterable_multibulk ' => false ,
267
261
'throw_errors ' => true ,
@@ -293,7 +287,6 @@ public function testPhpRedisClusterOptionMultipleDsn(): void
293
287
'connection_persistent ' => true ,
294
288
'redis_array ' => false ,
295
289
'connection_async ' => false ,
296
- 'scan ' => null ,
297
290
'iterable_multibulk ' => false ,
298
291
'throw_errors ' => true ,
299
292
'serialization ' => 'default ' ,
0 commit comments