Add minimum required Redis version for BITPOS integration tests.

This commit is contained in:
Daniele Alessandri
2015-01-02 12:06:42 +01:00
parent 37b1c88115
commit 75ca2f8111
@@ -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
*/