浏览代码

Add minimum required Redis version for BITPOS integration tests.

Daniele Alessandri 10 年之前
父节点
当前提交
e9264bb087
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tests/Predis/Command/StringBitPosTest.php

+ 2 - 0
tests/Predis/Command/StringBitPosTest.php

@@ -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
      */