소스 검색

[tests] Missing @requiresRedisVersion for HSTRLEN.

Daniele Alessandri 8 년 전
부모
커밋
1ab65da368
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      tests/Predis/Command/HashStringLengthTest.php

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

@@ -61,6 +61,7 @@ class HashStringLengthTest extends PredisCommandTestCase
 
     /**
      * @group connected
+     * @requiresRedisVersion >= 3.2.0
      */
     public function testReturnsStringLengthOfSpecifiedField()
     {
@@ -81,6 +82,7 @@ class HashStringLengthTest extends PredisCommandTestCase
 
     /**
      * @group connected
+     * @requiresRedisVersion >= 3.2.0
      * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */