Преглед изворни кода

[tests] Fix obviously wrong annotation.

Daniele Alessandri пре 10 година
родитељ
комит
bb6287f22d
1 измењених фајлова са 2 додато и 2 уклоњено
  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
-     * @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()
     {