Skip to content

Commit 3b7046a

Browse files
committed
Add failing test for cache prefix
1 parent 7f15535 commit 3b7046a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/system/Cache/Handlers/RedisHandlerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ public static function provideDeleteMatching(): iterable
174174
yield 'prefix' => ['key_1*', 13];
175175

176176
yield 'suffix' => ['*1', 11];
177+
178+
yield 'cache-prefix' => ['key_1*', 13, 'foo_'];
177179
}
178180

179181
public function testIncrementAndDecrement(): void

0 commit comments

Comments
 (0)