Эх сурвалжийг харах

Add minimum required Redis version for BITPOS integration tests.

Daniele Alessandri 10 жил өмнө
parent
commit
75ca2f8111

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

@@ -59,6 +59,7 @@ class StringBitPosTest extends PredisCommandTestCase
 
 
     /**
     /**
      * @group connected
      * @group connected
+     * @requiresRedisVersion >= 2.8.7
      */
      */
     public function testReturnsBitPosition()
     public function testReturnsBitPosition()
     {
     {
@@ -78,6 +79,7 @@ class StringBitPosTest extends PredisCommandTestCase
 
 
     /**
     /**
      * @group connected
      * @group connected
+     * @requiresRedisVersion >= 2.8.7
      * @expectedException \Predis\Response\ServerException
      * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
      */