mirror of
https://github.com/predis/predis.git
synced 2026-09-05 07:16:44 +00:00
[tests] Fix minor oversight.
This commit is contained in:
@@ -788,6 +788,10 @@ class KeyPrefixProcessorTest extends PredisTestCase
|
||||
array('a42059b356c875f0717db19a51f6aaca9ae659ea', 2, 'foo', 'hoge', 'bar', 'piyo'),
|
||||
array('a42059b356c875f0717db19a51f6aaca9ae659ea', 2, 'prefix:foo', 'prefix:hoge', 'bar', 'piyo'),
|
||||
),
|
||||
array('BITPOS',
|
||||
array('key', 0),
|
||||
array('prefix:key', 0),
|
||||
),
|
||||
/* ---------------- Redis 2.8 ---------------- */
|
||||
array('SSCAN',
|
||||
array('key', '0', 'MATCH', 'member:*', 'COUNT', 10),
|
||||
@@ -829,10 +833,6 @@ class KeyPrefixProcessorTest extends PredisTestCase
|
||||
array('key', '+', '-', 'LIMIT', '0', '10'),
|
||||
array('prefix:key', '+', '-', 'LIMIT', '0', '10'),
|
||||
),
|
||||
array('BITPOS',
|
||||
array('key', 0),
|
||||
array('prefix:key', 0),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user