Explorar el Código

[tests] Fix obviously wrong annotation.

Daniele Alessandri hace 10 años
padre
commit
bb6287f22d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      tests/Predis/Command/KeyExistsTest.php

+ 2 - 2
tests/Predis/Command/KeyExistsTest.php

@@ -96,7 +96,7 @@ class KeyExistsTest extends PredisCommandTestCase
 
 
     /**
     /**
      * @group connected
      * @group connected
-     * @expectedRedisVersion >= 3.0.3
+     * @requiresRedisVersion >= 3.0.3
      */
      */
     public function testReturnValueWhenKeysExist()
     public function testReturnValueWhenKeysExist()
     {
     {
@@ -108,7 +108,7 @@ class KeyExistsTest extends PredisCommandTestCase
 
 
     /**
     /**
      * @group connected
      * @group connected
-     * @expectedRedisVersion >= 3.0.3
+     * @requiresRedisVersion >= 3.0.3
      */
      */
     public function testReturnValueWhenKeyDoNotExist()
     public function testReturnValueWhenKeyDoNotExist()
     {
     {