[tests] Fix obviously wrong annotation.

This commit is contained in:
Daniele Alessandri
2015-07-24 16:20:50 +02:00
parent f315404649
commit bb6287f22d
+2 -2
View File
@@ -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()
{