mirror of
https://github.com/predis/predis.git
synced 2026-09-02 05:37:02 +00:00
Add minimum required Redis version for BITPOS integration tests.
This commit is contained in:
@@ -59,6 +59,7 @@ class StringBitPosTest extends PredisCommandTestCase
|
||||
|
||||
/**
|
||||
* @group connected
|
||||
* @requiresRedisVersion >= 2.8.7
|
||||
*/
|
||||
public function testReturnsBitPosition()
|
||||
{
|
||||
@@ -78,6 +79,7 @@ class StringBitPosTest extends PredisCommandTestCase
|
||||
|
||||
/**
|
||||
* @group connected
|
||||
* @requiresRedisVersion >= 2.8.7
|
||||
* @expectedException \Predis\Response\ServerException
|
||||
* @expectedExceptionMessage Operation against a key holding the wrong kind of value
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user