mirror of
https://github.com/predis/predis.git
synced 2026-08-24 13:09:31 +00:00
[tests] Missing @requiresRedisVersion for HSTRLEN.
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user