From ea2fd9700dcc05b0595ee8ac5d26e75097fed73d Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Tue, 24 May 2016 11:50:15 +0200 Subject: [PATCH] [tests] Missing @requiresRedisVersion for HSTRLEN. --- tests/Predis/Command/HashStringLengthTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Predis/Command/HashStringLengthTest.php b/tests/Predis/Command/HashStringLengthTest.php index 63696d5b..231497b6 100644 --- a/tests/Predis/Command/HashStringLengthTest.php +++ b/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 */