mirror of
https://github.com/predis/predis.git
synced 2026-09-04 23:08:00 +00:00
[tests] Fix obviously wrong annotation.
This commit is contained in:
@@ -96,7 +96,7 @@ class KeyExistsTest extends PredisCommandTestCase
|
||||
|
||||
/**
|
||||
* @group connected
|
||||
* @expectedRedisVersion >= 3.0.3
|
||||
* @requiresRedisVersion >= 3.0.3
|
||||
*/
|
||||
public function testReturnValueWhenKeysExist()
|
||||
{
|
||||
@@ -108,7 +108,7 @@ class KeyExistsTest extends PredisCommandTestCase
|
||||
|
||||
/**
|
||||
* @group connected
|
||||
* @expectedRedisVersion >= 3.0.3
|
||||
* @requiresRedisVersion >= 3.0.3
|
||||
*/
|
||||
public function testReturnValueWhenKeyDoNotExist()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user