mirror of
https://github.com/predis/predis.git
synced 2026-09-05 07:16:44 +00:00
Marked tests as Relay incompatible
This commit is contained in:
@@ -127,6 +127,7 @@ class ZREVRANGE_Test extends PredisCommandTestCase
|
||||
|
||||
/**
|
||||
* @group connected
|
||||
* @group relay-incompatible
|
||||
*/
|
||||
public function testReturnsElementsInRange(): void
|
||||
{
|
||||
@@ -149,6 +150,7 @@ class ZREVRANGE_Test extends PredisCommandTestCase
|
||||
/**
|
||||
* @group connected
|
||||
* @requiresRedisVersion >= 6.0.0
|
||||
* @group relay-incompatible
|
||||
*/
|
||||
public function testReturnsElementsInRangeResp3(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user