ソースを参照

[tests] Fix wrong @group annotation

Daniele Alessandri 9 年 前
コミット
b15c0a02de
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tests/PHPUnit/PredisConnectionTestCase.php

+ 1 - 1
tests/PHPUnit/PredisConnectionTestCase.php

@@ -222,7 +222,7 @@ abstract class PredisConnectionTestCase extends PredisTestCase
     }
 
     /**
-     * @group disconnected
+     * @group connected
      */
     public function testExecutesCommandWithHolesInArguments()
     {