[tests] Missing @requiresRedisVersion for HSTRLEN.

This commit is contained in:
Daniele Alessandri
2016-05-24 11:50:15 +02:00
parent b2ec264ff9
commit ea2fd9700d
@@ -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
*/