|
@@ -84,6 +84,7 @@ class ServerCommandTest extends PredisCommandTestCase
|
|
|
|
|
|
/**
|
|
/**
|
|
* @group connected
|
|
* @group connected
|
|
|
|
+ * @requiresRedisVersion >= 2.8.13
|
|
*/
|
|
*/
|
|
public function testReturnsEmptyCommandInfoOnNonExistingCommand()
|
|
public function testReturnsEmptyCommandInfoOnNonExistingCommand()
|
|
{
|
|
{
|
|
@@ -95,6 +96,7 @@ class ServerCommandTest extends PredisCommandTestCase
|
|
|
|
|
|
/**
|
|
/**
|
|
* @group connected
|
|
* @group connected
|
|
|
|
+ * @requiresRedisVersion >= 2.8.13
|
|
*/
|
|
*/
|
|
public function testReturnsCommandInfoOnExistingCommand()
|
|
public function testReturnsCommandInfoOnExistingCommand()
|
|
{
|
|
{
|
|
@@ -112,6 +114,7 @@ class ServerCommandTest extends PredisCommandTestCase
|
|
|
|
|
|
/**
|
|
/**
|
|
* @group connected
|
|
* @group connected
|
|
|
|
+ * @requiresRedisVersion >= 2.8.13
|
|
*/
|
|
*/
|
|
public function testReturnsListOfCommandInfoWithNoArguments()
|
|
public function testReturnsListOfCommandInfoWithNoArguments()
|
|
{
|
|
{
|